Server-Side ActionScript - HTTP GET/POST
I see that Adobe provides a WebService class to use with Server-Side ActionScript for consuming SOAP services. I'd like to perform more basic HTTP calls. It looks like this is potentially possible using XML.send(), but this is limited to POST and sending XML only.
Is there a generic way to make HTTP calls? I tried using XmlHttpRequest but it appears this isn't included with FMS.
