Best way to send data over HTTP?

Monkey Forums/Monkey Programming/Best way to send data over HTTP?

Leon Brown(Posted 2012) [#1]
I've been writing an app that will need to send data to a server through HTTP, which is fine for the HTML5 version because I can print out the data to the text area to be sent, however old versions of Internet Explorer will need to use a Flash version of the app. Can anyone suggest what I should look into for sending the data via HTTP?


BlitzProg(Posted 2012) [#2]
I got this Async HTTP Get module to work: http://monkeycoder.co.nz/Community/posts.php?topic=3196

I'm using this in my lastest HTML5/Flash app to perform HTTP Get requests. I send the data using the URL. Would this works for you?