Hello.

I have HTML page from server1. this page should request (XMLHTTP) to server2
(not in the same domain) - cross domain issue here.
Trying to overcome this I tried to request HTML to server1:
*oXmlHttpRequest.open("GET", "**
http://server1.aabbcc.com/RemoteServerTest/RemoteServer.asp*<http://server1.aabbcc.com/RemoteServerTest/RemoteServer.asp>
*", false);*

and by reverse proxy to "redirect" the request:

*ProxyRequests Off*

*ProxyPass aabbcc.com/ **http://server2.xxyyzz.com/*<http://server2.xxyyzz.com/>

Do I miss somthing here?
Any configuration in httpd.conf ?



Thanks.


-- 
Regards...
Porat Amir

Reply via email to