Reverse proxy (cross domain) - ProxyPass issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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", false);
 
and by reverse proxy to "redirect" the request:

ProxyRequests Off

ProxyPass aabbcc.com/ http://server2.xxyyzz.com/


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

 

Thanks.



--
Regards...
Porat Amir

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux