I have to make a game for my thesis. I'm coding in ActionScript3. I have to use a service (REST interface). I've already read something about doing a GET.
How to access REST service in Actionscript 3?
Someone wrote that this code could be also use to do a POST, but how would the code change? How to do a POST from ActionScript3? Thank you in advance?