Top "Httpservice" questions

HTTPService is a Flex component used for HTTP requests

HTTP Basic Authentication with HTTPService Objects in Adobe Flex/AIR

I'm trying to request a HTTP resource that requires basic authorization headers from within an Adobe AIR application. I've tried …

apache-flex air http-authentication httpservice
HTTP The service is starting or stopping. Please try again later error on windows 7

I used following command to stop the HTTP service net stop http /y And I got following error message: The …

windows-services httpservice
Getting progress on POST using HTTPService in Flex/AS3

I'm using HTTPService with a POST operation to submit a Base64 encoded file (taken from bitmap data within the app) …

apache-flex actionscript-3 httpservice
HTTPService AsyncToken and AsyncResponder example

Where can I find an example of Flex application which implements an HTTPService asynchronously called by an AsyncToken and an …

apache-flex asynchronous httpresponse httpservice asynctoken
Set JSON content-type on s:HttpService in flex

I am trying to set the json content type on httpservice to make REST service return the json data. When …

apache-flex json actionscript httpservice
How to send parameters via the URL to PHP from Flex HttpService

Forgive me if this has already been answered/ is extremely basic/ the question is worded incorrectly, I am very new …

php apache-flex flex4 flash-builder httpservice