Our development team has built a WebApp witch purpose is to select a location on a map.
there is a UserControl that was developed in ASP.Net 2.0 and it works fine if the application is accessed directly by the browser, but if the browser is set up to use a proxy server, all loads fine except the Maps.
the maps are being rendered by a product called ASPmap by vdstechnology.
i'm clueless of what could cause this behavior, but i have found out looking at the Request and reponses fron the server that, they are different when you use a Proxy.
what change is the following:
No Proxy Used:
Full Size
Whit Proxy:Full Size
As you can see the headers with no proxy uses relatives requests and whit the proxy it uses the full URL.
Could this be the problem? or what else could i do to diagnose why is this happening.
BTW, this behavior was reported to us by a client that uses ISA server. and i have replicated the issue using our squid proxy server.
thanks very much for your time and ill apreciate any insights or pointers that could lead me to the solution