Re: Some basic questions
Michael Glavassevich <[email protected]>
| Newsgroups | gmane.text.xml.commons.devel |
|---|---|
| Message-ID | <OF8593A722.2ED22455-ON852574E6.003F70ED-852574E6.00403E05@ca.ibm.com> |
Wrong mailing list for such a question. Try: http://httpd.apache.org/lists.html. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected] ampo <[email protected]> wrote on 10/18/2008 05:11:22 AM: > 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 APACHE, configured on server1, as proxy is operating as the client > calling server1, or its action is when server1 is requesting server2? > What I need is the second option above. > > Currently, I have HTML page on server1 and ASP on server2. any other better > options? > > Thanks.