Basically the subject is in title. I recently discovered lemmy.world doesn’t allow commenting/posting from VPNs. Some VPNs are working, but it seems to be a matter of time until they appear on publicly sourced lists and banned.

  • @TelloreOP
    link
    English
    3
    edit-2
    19 days ago

    I got 401 from lemmy.world with the following response payload:

    {
      "success": false,
      "error": {
        "code": 403,
        "message": "Posting & Uploading blocked from VPN/Tor"
      }
    }
    

    PS: yeah, I know it says it’s 403 in payload, but in response it’s 401