Re: [EMAIL PROTECTED] Cross-domain problem

2008-10-19 Thread André Warnier
Amir, I don't know proxy configurations well enough myself to provide any more help, but here are a few tips for posting on this list : - try not to post the same message 3 times to the list, or directly to people unless you are specifically asked to do so. - avoid subjects like "APACHE ques

Re: [EMAIL PROTECTED] Cross-domain problem

2008-10-19 Thread Amir Porat
Hello. No luck yet... Address of HTML from server1: http://MyPC.aabbcc.com/LocalServer.htm (I use my PC, win server2003, as server1 for this test). In this HTML page, this is my JavaScrip code: *var oXmlHttpRequest = new ActiveXObject("MSXML2.XMLHTTP"); oX

Re: [EMAIL PROTECTED] Cross-domain problem

2008-10-18 Thread Eric Covener
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

[EMAIL PROTECTED] Cross-domain problem

2008-10-18 Thread Amir Porat
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. How can I do it? Any help will be great. Thanks. -- Regards... Porat Amir