[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-29 Thread Garry Haywood
thanks to all who helped with this issue... in the end we have installed php5 the FC Internet Server will let php5ISAPI run via a cgi-bin so all is sweet, XMLHTTP requests in a secure environment!! we only needed a little PHP script that takes some variables from the request, translates them

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-09 Thread Garry Haywood
Thanks Jim, good solution, but the opposite of what we need!!! the html pages that will contain the scripts that request the XML are on FirstClass Internet Services (which is an embedded appache server, so its pre-compiled and not updateable) the XML comes from IIS/ASP onwards and upwards!

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-09 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Robin Berjon [EMAIL PROTECTED] wrote: On Nov 09, 2005, at 11:36, Garry Haywood wrote: the html pages that will contain the scripts that request the XML are on FirstClass Internet Services (which is an embedded appache server, so its pre-compiled

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread Jim Ley
Garry Haywood [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] does anyone know of a way I can get XML content from sub1.mydomain.com into an embed that is hosted on sub0.mydomain.com You can't, xmlhttp is not going to let this happen, just run a proxy on one site to the other, so

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread Jim Ley
Garry Haywood [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I know with IE I can use a different port (so leave www requests on port 80 and xml requests on 8080) Nope xmlhttp request is also limited by the port it can connect to, it can only request back to the same port - in a

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: Garry Haywood [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I know with IE I can use a different port (so leave www requests on port 80 and xml requests on 8080) Nope xmlhttp request is also limited

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread Jim Ley
Garry Haywood [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] --- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: Garry Haywood [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I know with IE I can use a different port (so leave www requests on port

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread Garry Haywood
--- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: site to the other, so all requests go to the one server. does any body have a recomendation of good, cheap/free , proxy for w2000 ??? Yahoo! Groups Sponsor ~-- Get Bzzzy!

Re: [svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread benamou
- Original Message - From: Garry Haywood [EMAIL PROTECTED] To: svg-developers@yahoogroups.com Sent: Tuesday, November 08, 2005 9:43 PM Subject: [svg-developers] Re: cross-domain interaction with XMLHTTP --- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: site

[svg-developers] Re: cross-domain interaction with XMLHTTP

2005-11-08 Thread Jim Ley
Garry Haywood [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] --- In svg-developers@yahoogroups.com, Jim Ley [EMAIL PROTECTED] wrote: site to the other, so all requests go to the one server. does any body have a recomendation of good, cheap/free , proxy for w2000 You don't