WinHttp gets 404 file not found

I grab a web page using WinHttp and the resulting page is a 404 not found site page. I know the code works the way I've tested it with other websites. This page is a regular HTTP and .html file.

What can I do?

+1


source to share


1 answer


You don't have to go on much. I probably start with the HTTP session trace from your calls WinHttp

and compare it to the browser based working session trace and see what is different. There could be anything from the cookie in the field referer

for those who know what the server might not like.



+1


source







All Articles