httprequest bypass captcha does not use 3rd party

Status
Not open for further replies.

Qusdrok

New member
Joined
Apr 25, 2020
Messages
2
Programming Experience
Beginner
hi guys, I just learned httprequest not long ago, I am not really good about it, but I can still request to login some basic pages without recaptcha, when I use this site it requires a "captcha" in its data form, so how can I bypass it to be able to login
This is the website I am using to request
1616236490519.png

thank you so so much
 

jmcilhinney

C# Forum Moderator
Staff member
Joined
Apr 23, 2011
Messages
4,919
Location
Sydney, Australia
Programming Experience
10+
The whole of point of CAPTCHA/reCAPTCHA is to prevent automated systems like what you're trying to create from accessing resources that are intended only for real human being to view in the genuine web site. It's not for us to help you circumvent a legitimate security measure. By accessing the data you agree to their terms of service and what you're trying to do explicitly violates those terms of service, so you are trying to commit a crime.
 

Qusdrok

New member
Joined
Apr 25, 2020
Messages
2
Programming Experience
Beginner
The whole of point of CAPTCHA/reCAPTCHA is to prevent automated systems like what you're trying to create from accessing resources that are intended only for real human being to view in the genuine web site. It's not for us to help you circumvent a legitimate security measure. By accessing the data you agree to their terms of service and what you're trying to do explicitly violates those terms of service, so you are trying to commit a crime.
Because I am making a tool to automatically play this website, so I cannot bypass it without using a 3rd party :( i'm so sorry :( but I really need it, because their users ask me, and selenium can't get over i
 

jmcilhinney

C# Forum Moderator
Staff member
Joined
Apr 23, 2011
Messages
4,919
Location
Sydney, Australia
Programming Experience
10+
It doesn't matter who wants what. The point of that security measure is to stop people doing what you're trying to do. Should we help you pick a lock because you can't get into someone's house because the door's locked?
 

Skydiver

Staff member
Joined
Apr 6, 2019
Messages
6,707
Location
Chesapeake, VA
Programming Experience
10+
Ask the site owner if they have an API that you can call instead.
 
Status
Not open for further replies.
Top Bottom