Fetch CAPTCHA challenge
From ePrize Developers Wiki
(Difference between revisions)
(New page: <pre>Request representation: empty Response: 200 OK Content-Type: image/png The CAPTCHA challenge secret is embedded in the response in a way that only humans can determine the secret. ...) |
|||
Line 4: | Line 4: | ||
200 OK | 200 OK | ||
Content-Type: image/png | Content-Type: image/png | ||
+ | </pre> | ||
The CAPTCHA challenge secret is embedded in the response in a way that only humans can determine the secret. | The CAPTCHA challenge secret is embedded in the response in a way that only humans can determine the secret. | ||
- | Response if CAPTCHA does not exist: | + | <pre>Response if CAPTCHA does not exist: |
404 Not Found | 404 Not Found | ||
</pre> | </pre> |
Revision as of 13:41, 3 March 2009
Request representation: empty Response: 200 OK Content-Type: image/png
The CAPTCHA challenge secret is embedded in the response in a way that only humans can determine the secret.
Response if CAPTCHA does not exist: 404 Not Found