Has anyone tried this with javascript?
More precisely, I have an application that uses javascript (aka AJAX) to load xmldocuments that come from SQL Server "for XML" stored procs. Everything works great for local users, users signed directly to IIS server via tunnel/vpn. But, I have a group of users that come in to one VPN, come through ISA proxy to get to another VPN tunnel to the IIS server.
Somewhere I read that you are not permitted to xmlDocument.load across a proxy. True?
Any body have anything to add? I'm trying to get more specific details of the network topography.