chmanish
March 16th, 2004, 05:00 AM
Hi Gurus,
I am creating CHttpConnection to a web site and sending a GET request to a specific URL (ASP file). We use a proxy server (ISA) to access the internet. As long as the url is present on a computer in our LAN, the request is received. But when I try to access the same page in our actual site (on a remote computer using internet), following comes:
HTTP 407 Proxy Authentication Required - The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. (12209)Internet Security and Acceleration Server
:confused:
Now, what should be done so that my application can fetch pages from the internet through proxy server as well.
Thanx in advance
I am creating CHttpConnection to a web site and sending a GET request to a specific URL (ASP file). We use a proxy server (ISA) to access the internet. As long as the url is present on a computer in our LAN, the request is received. But when I try to access the same page in our actual site (on a remote computer using internet), following comes:
HTTP 407 Proxy Authentication Required - The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. (12209)Internet Security and Acceleration Server
:confused:
Now, what should be done so that my application can fetch pages from the internet through proxy server as well.
Thanx in advance