Avatar

Tellore

Tellore@lemmy.world
Joined
3 posts • 34 comments
Direct message

To be honest, I’m not sure I fully understand how this works. What if the same troll registers on some other instance and posts the same content in lemmy.world communities? How is that different?

permalink
report
parent
reply

Turns out, a lot of other Lemmy instances allow using VPNs just fine. Here’s thread with some recs: https://lemmy.world/post/19205545 In case you don’t know how instances work, it’s basically distributed system, we can access the same communities and post there from other instances (without VPN issues).

permalink
report
parent
reply

It’s ok for internal admin panels and their backends as there are no security concerns in this case.

permalink
report
parent
reply

When consuming APIs you often want JSON in successful scenario. Which means, if you also have JSON in unsuccessful scenario it’s a bit more uniform, because you don’t have to deal with JSON in one case and plaintext response in other. Also, it sometimes can be useful to have additional details there like server’s stacktrace or some identifiers that help troubleshoot complex issues.

permalink
report
reply

Because it protects you from ISP or targeted MITM. Lets say your ISP decides to spy on users or someone cuts into the internet wire going from your appartment to ISP, without VPN they can fully see and modify all http traffic as it’s totally unencrypted, in https traffic they can’t see the content but they see domain names of sites you are visiting and exact time when you are visiting them. With VPN 100% of your traffic is encrypted and in similar situation absolutely nothing is visible or modifiable. Someone can MITM on VPN provider itself, but it’s not really suitable for targeted scenarios, because those wires are in other part of the world than you, those wires are much better physically protected and even if malicious actors succeed they will have very hard time filtering traffic from different users from each other.

permalink
report
parent
reply

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

permalink
report
parent
reply

Yes, 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"
  }
}
permalink
report
parent
reply

I also use Proton VPN. Most issues were with DE servers I tried, multiple DE servers (like DE#526) didn’t work for me, but some others seem to be working. I also tried some other countries and they were working.

permalink
report
parent
reply

Sorry for a bit of off-topic, but for a note taking app I suggest checking out Amplenote (there is a free plan for browser and mobile apps). I discovered it recently and it’s quite a life changer for me. Proper tag system for notes is a killer feature.

permalink
report
reply

Works for me as well. Thanks for a good find, I have much better ping with german servers than some other other exotic ones that are working.

permalink
report
parent
reply