RE: [flexcoders] Another Proxy? PHP?

2005-09-01 Thread Jeff Conrad
te it, let me know and I’ll put the updated version up there. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of heybluez Sent: Thursday, August 11, 2005 5:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Another Proxy

Re: [flexcoders] Another Proxy? PHP?

2005-08-11 Thread Manish Jethani
On 8/12/05, heybluez <[EMAIL PROTECTED]> wrote: > I have a client that does not want to use the Flex proxy for > HTTPService requests. Unfortunately, you need to have a > crossdomain.xml file on all the requested servers. This, is probably > unlikely to be the case all the time...if even part of

Re: [flexcoders] Another Proxy? PHP?

2005-08-11 Thread JesterXL
ng. In your case, you could merely forward the request to and from whatever service your accessing using PHP's file commands. - Original Message - From: "heybluez" <[EMAIL PROTECTED]> To: Sent: Thursday, August 11, 2005 5:03 PM Subject: [flexcoders] Another Prox

[flexcoders] Another Proxy? PHP?

2005-08-11 Thread heybluez
Hey, I have a client that does not want to use the Flex proxy for HTTPService requests. Unfortunately, you need to have a crossdomain.xml file on all the requested servers. This, is probably unlikely to be the case all the time...if even part of the time. SO I was thinking of building a PHP "pr