Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
Hello

I trying to found captcha image on my pc after entering the site:
http://testing-ground.scraping.pro/captcha[^]
using next folder:
C:\Users\<myusername>\AppData\Local\Microsoft\Windows\Temporary Internet Files

but no image found, only next files:
...
jquery.captcha.js
captcha.css
...
can i found the image itself or it have been decoded ?

Thank you.
Posted
Comments
Philippe Mori 22-Jun-15 12:50pm    
Since a different image is generated each time, it won't make any sense to store a local copy! That image would never be reused.

1 solution

You're making the assumption that every file that came from the site was cached.

Unless the guy who setup the website was incredibly stupid, the CAPTCHA images will NEVER be cached, read: written to disk anywhere.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900