hi guys! so i've got an (in-house built) intranet web site here heavily relying on AJAX requests, which do not allow cross-domain scripting. this page should be presented through a SA4500 to a few selected outside users, and the SA should also do the authentication. which means outside users MUST authenticate against the SA before they get the page in question delivered. every AJAX request through the internal rewrite engine of course fails. we have enough public IPs to assign a dedicated IP just for this page to the SA. also, creating an external A-record named exactly as our internal A-record would be no problem (cross domain issues). are there any best pratctice advises on how to present such a page? moreover, network connect is no option as we need to present this page to thin clients / mobile phones (iPhone Pulse client, anyone? :P) as well. any ideas? thanks, Tom
... View more