CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2008
    Location
    Bangalore
    Posts
    12

    [RESOLVED] Getting Status as 407

    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.
    Attached Files Attached Files

  2. #2
    Join Date
    Apr 2005
    Location
    Norway
    Posts
    3,934

    Re: Getting Status as 407

    If you're referring to the HTTP status code returned from the server, take a look at this.

    - petter

  3. #3
    Join Date
    Nov 2008
    Location
    Bangalore
    Posts
    12

    Re: Getting Status as 407

    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.

  4. #4
    Join Date
    Nov 2008
    Location
    Bangalore
    Posts
    12

    Re: Getting Status as 407

    Problem is solved.
    Need to change proxy settings.........

    Thanks for giving suggestions

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured