WebRequest newRequest = System.Net.WebRequest.Create(new Uri(uri)); newRequest.Method = context.Request.HttpMethod; newRequest.CachePolicy = new RequestCachePolicy(RequestCacheLevel.NoCacheNoStore); WebResponse newResponse = newRequest.GetResponse();-Dan
it seems that i have a similar problem but i did set the credentials in the proxy.config file.
any ideas?
The problem was resolved.
I needed to go to the service with the .local and not with .co.il
like this:
PathToProxy.co.il?PathToServiec.local