Webservice and Proxy.pac

  • Thread starter Thread starter Jron667
  • Start date Start date
J

Jron667

Hello,

I have a problem with users who a proxy.pac (automatic configuration
script) in their internet explorer.

They cannot access our webservice.

I thought the following lines were enough:

ws.Proxy = WebRequest.DefaultWebProxy;
ws.Proxy.Credentials = CredentialCache.DefaultCredentials;

Is there a way to deal with proxy.pac?
 
Back
Top