Hacker News new | ask | show | jobs
by Thaxll 2672 days ago
You can do the same for the Reddit API, change the agent header and then you have unlimited API calls.
2 comments

Just be careful about how much you change it, since you could get banned. You might be able to get away with changing the app ID or version, but even that's risky.

> NEVER lie about your user-agent. This includes spoofing popular browsers and spoofing other bots. We will ban liars with extreme prejudice.

https://github.com/reddit-archive/reddit/wiki/API

How would that work, I couldn't find much on the web?
Same problem as the mobile app for Twitter, they can't block people that are not logged in the mobile app so they don't rate limit them.
How come they can block people on the web again?
Probably by doing a mitm attack on the mobile app and using the headers used there.