Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>There is a cookie involved. If you go straight to the captcha URL <a href="https://new.aol.com/productsweb/WordVerImage?91868359" rel="noreferrer">https://new.aol.com/productsweb/WordVerImage?91868359</a> in a browser that has not visited <a href="https://new.aol.com/productsweb/" rel="noreferrer">https://new.aol.com/productsweb/</a> then you get (after a refresh):</p> <pre><code>&lt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"&gt; &lt;html&gt;&lt;head&gt; &lt;title&gt;418 unused&lt;/title&gt; &lt;/head&gt;&lt;body&gt; &lt;h1&gt;unused&lt;/h1&gt; &lt;p&gt;The server encountered an internal error or misconfiguration and was unable to complete your request.&lt;/p&gt; &lt;p&gt;Please contact the server administrator, null and inform them of the time the error occurred, and anything you might have done that may have caused the error.&lt;/p&gt; &lt;p&gt;More information about this error may be available in the server error log.&lt;/p&gt; &lt;/body&gt;&lt;/html&gt; </code></pre> <p>But if you visit <a href="https://new.aol.com/productsweb/" rel="noreferrer">https://new.aol.com/productsweb/</a> first, then you will get an image. Clear the cookie and you get the error again (although as Francois pointed out, you get no response first, and then on refresh you get the image.)</p> <p>Indy supports cookies, so you will need to add support for cookies, and then either get the cookie by visiting the productsweb first, or simulate it from a known value. </p> <p>You will notice that the image generated is not based on the number passed as a parameter alone, but also the cookie. Have two different browsers (Chrome and Firefox) that each have a different cookie, and then visit the same captcha URL and you will get two different images.</p> <p>Curious what you are trying to accomplish with this.</p>
 

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