How to Get Hotmail Captcha Image

I ran into a problem when trying to read the Hotmail quote image, when I put the captcha image URL in my browser, it shows an error message in the browser:

404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

Captcha image URL:

https://client.hip.live.com/GetHIPData?hid=.c996cc5c878e4bed81dae63301fe752b&fid=779b48a5-cdf0-41c7-acd5-d1a825e53e6c&type=visual&hdid=0&rnd=efbd9f216e1e49f385e6a977dbd89051

Is there any way to read CAPTCHA Images Hotmail ...? Any help would be appreciated.

Thanks in advance...

+5
source share
1 answer

First go here:

https://client.hip.live.com/GetHIP/GetHIPAMFE/HIPAMFE?id=15022&mkt=en-US&type=visual&fid=937ba765-d38e-4608-810d-fe839c01a68d

This will return javascript to you. Extract property from this javascript imageurl:'https://....'. Then send a request to this URL. For one use only. If you need to get another image, you will have to send another request to the first URL and get a new captcha image URL.

, , . , , . . , Microsoft .

0

All Articles