Tellore@lemmy.worldOPtoPrivacy@lemmy.ml•Any well-established Lemmy instances that publicly allow posting from VPNs?English
14·
2 months agoYes, this is response payload it gives when hitting “Reply” or “Post” from certain VPNs:
{
"success": false,
"error": {
"code": 403,
"message": "Posting & Uploading blocked from VPN/Tor"
}
}
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