Webservice and Proxy.pac

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top