Ajax cross server request

Post Reply
gaurav.shetti
Posts: 119
Joined: Fri Feb 27, 2009 9:09 am

Ajax cross server request

Post by gaurav.shetti »

I want to popup an ajax on my server. Ths scenario is this
there is a html page xyz.com on a different server
the page abc is a vortex page which is on another server. Now i want to make a call from abc to xyz ... in other words i want to fetch the contents of abc (ajax popup) on certain events which occur (clicking on icon) on abc page. Since cross server request is not allowed in case of ajax, how do i do it (in vortex)
gaurav.shetti
Posts: 119
Joined: Fri Feb 27, 2009 9:09 am

Ajax cross server request

Post by gaurav.shetti »

Well John this is a good suggestion. What if the page ajaxserver/page requires authentication. The page where i am calling the Vortex function proxyajax is authenticated and the cookies are set. But while making the request to ajaxserver how do i forward the cookies so that i am not redirected to SSO Authentication
Post Reply