[flexcoders] HTTP Service doesnt seem to connect to location when running from a server

2007-02-06 Thread bnprrsh
I am currently trying to create a simple front end app which connects to a 3rd party API made for some backup software. The API accepts HTTP post data and generates its responses in XML. I have built a simple app with a HTTP service which posts data to the api and processes the responses. The

Re: [flexcoders] HTTP Service doesnt seem to connect to location when running from a server

2007-02-06 Thread cisnky
I think the service needs a cross domain. You can use Tamper Data a Firefox plugin to see if you app makes a request for the cross domain when running it on your server. Let us know how you get on. On 2/6/07, bnprrsh [EMAIL PROTECTED] wrote: I am currently trying to create a simple front