Re: [EMAIL PROTECTED] APACHE questions

2008-10-19 Thread ampo
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"); oXmlHttpRequest.open("GET", "http://MyPC.aabbcc.c

Re: [EMAIL PROTECTED] APACHE questions

2008-10-18 Thread ampo
Hello. Thank you very much for your detailed replay. You did clear my point - its the first option you wrote: HTML page from server1 to client and this HTML page makes XMLHTTPRequest to server2. As far as I know the HTML page can only "connect" to its origin server which is server1. So, how can

Re: [EMAIL PROTECTED] APACHE questions

2008-10-18 Thread André Warnier
ampo wrote: Hello. My scenario is client "calling" server1 and server1 is "calling", by xmlHTTPRequest, to server2. server2 has to return xml data to server1 and to the client. my general broblem is cross-domain, as server1 and server2 are not in the same domain. Could you, please, clear this f

[EMAIL PROTECTED] APACHE questions

2008-10-18 Thread ampo
Hello. My scenario is client "calling" server1 and server1 is "calling", by xmlHTTPRequest, to server2. server2 has to return xml data to server1 and to the client. my general broblem is cross-domain, as server1 and server2 are not in the same domain. Could you, please, clear this for me: Is APA