Reddit Account Creator 403 Error

cg019

Registered Member
Joined
Aug 10, 2024
Messages
65
Reaction score
28
Hello,

I started working on a Reddit account creator, I'm almost done with it but at the end, when finishing it, I get a error. "Something went wrong, please try again",
I looked at the browser requests, it was a 403 error.

I tried to use different browsers, changed the automation library to Selenium (I'm using Playwright)
But nothing worked.

But when I tried did it manually in my Browser (Chromium), it worked perfectly fine.
I'm not using any Proxies.
 
I wouldn't automat any social media using browser automation in 2024
It is too obvious to get 403
even if you managed to create an account it gonna be banned in a matter of few hours
 
use adspower browser and MUST use good proxies (like mobile ones).
its hard to get automation working these days, but still duable if u r doing it like a pro and if u r doing it good
 
Your script does an unauthorized action on the Reddit server. Either a get or post at the wrong endpoint or with incorrect request data. You need to inspect the session of a successful creation with a traffic capturing app like Fiddler, then compare with your actual script.

EDIT: Forgot to mention I wouldn't recommend automated creation unless you know advanced anti-fingerprint techniques, else, you are on the way of losing batches of created accounts.
 
Back
Top