Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>By protecting the form with a CAPTCHA, the author has obviously attempted to make it difficult for you to do what you are doing for a reason. That is CAPTCHA are designed to prevent automatic entry. I would personally respect this.</p> <p>However, should you decide to go ahead, the easiest way I have found to redisplay website content, is to pull the actual content itself. So use cURL or any other prefered method to get the actual HTML of the form, parse it to get the captcha image and input field name/id. Display the captcha image and presumably have a human solve it or run it through whatever CAPTCHA breaker you run, then use the input field name/id to submit that solution back with the rest of the form.</p> <p>Again, do not do the above as it really is an inconsiderate thing to do. In your comment above, you say that the website accepts the passage through cURL. If they actually allowed this, then there would be a url to connect to that either provided you a challenge to redisplay specifically, did not request the CAPTCHA, or some other such mechanism. This leaves either the option that you have taken the simple ability to connect to the website with cURL as permission (it is not as a cURL connection is the same as any other connection comming accross the Internet) or that the webmaster for the website you are connecting to needs to get on the ball with creating an actual interphase for scripts like yours.</p> <p>Either way, I am sure that everyone on here would encourage you to be a good citizen of the InterWebz and simply stick with not attempting to break things designed to keep out automated scripts.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload