CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Set WinInet Proxy

    Hi,
    I want to develop a program download files form WEB, I use VC and WinInet, I
    set proxy address ,proxy username and proxy password in CInternetSession, But when I use CHttpFile to send request , I always get the 407 status code, which mease Proxy Authentical Required, I don't know how can i deal it.Pls help me!

    Thanks!


  2. #2
    Guest

    Re: Set WinInet Proxy

    At least you get 407. I get 408 (Operation timed out) on some of my users machines.


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