Reddit private API login URL changed? Getting 403 Forbidden now

Jouko

Regular Member
Joined
Feb 20, 2016
Messages
250
Reaction score
102
I used to automate Reddit using its private API. My process was:
  1. Send a login request to https://accounts.reddit.com/api/login
  2. Request a token from https://accounts.reddit.com/api/access_token
This worked fine until recently. Now, when I try to post to the login URL, I’m getting a 403 Forbidden error.

It looks like Reddit has changed the login endpoint or added extra checks, but I haven’t been able to find updated info.

Has anyone figured out the new login URL or method?
 
They’re tightening private API access hard lately, probably tied to bot crackdown.
 
They’re tightening private API access hard lately, probably tied to bot crackdown.
They are increasing protections constantly, for example they banned me before I even managed to make account, just straight up server error…
 
They are increasing protections constantly, for example they banned me before I even managed to make account, just straight up server error…
Just IP ban? Maybe really just an error on thier server this time (hard to believe).
 
It can be ip address, headers you send, your software or even tls fingerprints.
 
I used to automate Reddit using its private API. My process was:
  1. Send a login request to https://accounts.reddit.com/api/login
  2. Request a token from https://accounts.reddit.com/api/access_token
This worked fine until recently. Now, when I try to post to the login URL, I’m getting a 403 Forbidden error.

It looks like Reddit has changed the login endpoint or added extra checks, but I haven’t been able to find updated info.

Has anyone figured out the new login URL or method?
Can u figure out this things that how some header are generate

I saw that for post request or ajy important request they add some special header with that . I still cant find that where that value come from. Without valid that header it wont work. I guess that it may be frontend js generated value or whatever.... there are many mix method using .. i am searching for the workflow or whatever to understand this. Please let me know if u got any valuable information
 
Back
Top