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.

you are viewing a single comment's thread
view the rest of the comments
[–] 16 points 2 years ago (1 child)

It's likely Cloudflare related. Some of the larger instances are behind that, but many of the smaller ones aren't. Cloudflare isn't only a problem for VPN users, so its a good idea to avoid those instances as a user. You can still interact with their communities via Federation.

  • source
  • hideshow 2 child comments
  • [–] [S] 4 points 2 years 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

  • source
  • parent