On Sat, Oct 18, 2008 at 4:40 PM, Amir Porat <[EMAIL PROTECTED]> wrote:
> Hello.
>
> I guess I have cross-domain problem:
> HTML page from server1 has to send XMLHTTPRequest to server2.
> server1 and server2 are not in the same domain.

Send the request to server1 instead, and  configure server1 to reverse
proxy it to server2.

http://httpd.apache.org/docs/2.2/mod/mod_proxy.html

Anything else would be OT here.

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to