PDA

View Full Version : Any decent HTTP class in Flex2 please?


iamnotwired
12-28-2006, 09:40 AM
Hello guys,

I need to be able to:

1/ send/post data to a HTTP server,
2/ add my own custom HTTP headers to the query,
3/ read the HTTP headers from the server's response.

Any idea how to do ALL that easily in Flex 2 please (without using the Flash Sockets)?

The HTTPService class is almost good enough but you cannot read the HTTP headers from the response :(

Thank you very much.

dr_zeus
12-28-2006, 05:43 PM
If you can't use HTTPService, you need to go through sockets. At this time, I don't know of any extendable implementations that are publically available.