ciphercipher1
Power Member
- Jul 26, 2022
- 530
- 181
Hello everyone, I am trying to build an account creator with python playwright library. I stumble across ReCaptcha and since I alredy have gsa captcha breaker I would love to make best use of it.
I understand that I have to do POST request to the local webserver that the gsa captcha is running on (127.0.0.1) , but what shall the contents of this request be? Thanks in advance!
I understand that I have to do POST request to the local webserver that the gsa captcha is running on (127.0.0.1) , but what shall the contents of this request be? Thanks in advance!