tags:

views:

89

answers:

1

Greetings, I am developing some application that uses web service from third party to authenticate. Some of the users uses proxy server and here comes the bad thing. In case when this server proxy is disabled, they can connect to the server and authenticate. In case when the proxy server they are using is enabled - authentication failed. How can I resolve this problem? Additionally i would like to say the following: - server which is responsible for authentication (send some httprequest to authentication service) does not use proxy - proxy is enabled only on client's machines Thanks in advance.

A: 

I am trying to add the a web service through Web reference, i am able to find the service while trying to add it, not able to add, the option is disabled. I suspect this is because of the proxy settings, What do you suggest? While mentioning he proxy in the the client application which proxy should i mention,the proxy of my machine in which client application is hosted which is consuming the web service or the proxy of the machine in which the web service is hosted?

tc