Hi all,
I have uploaded a Sample.cpp. After sending Request
(HttpSendRequest(hInternet, NULL, NULL, NULL, 0 ); ) i am getting dwstatus as 407.
Can anyone suggest what is the problem in the Code.
Printable View
Hi all,
I have uploaded a Sample.cpp. After sending Request
(HttpSendRequest(hInternet, NULL, NULL, NULL, 0 ); ) i am getting dwstatus as 407.
Can anyone suggest what is the problem in the Code.
If you're referring to the HTTP status code returned from the server, take a look at this.
- petter
Thanks for your suggestion, but same parameters with same function call, if i am sending through one demo application it is working.
Secondly i am not able to find out how to send/change the Proxy Authenications?
One more observation:- in the Sample.cpp if my printing the ErrorCode after calling httpOpenRequest i am get as 122.
Problem is solved.
Need to change proxy settings.........
Thanks for giving suggestions :)