As you may know it always have been a struggle to send custom HTTP requests from Flash apps. For instance if you have a Basic Auth protected webservice you won't be able to request it from Flash with GET request because only POST request can have custom headers. This is really troublesome.
I was wondering does anyone have tried using ExternalInterface to send HTTP request using Javascript? The idea would be to ask a JSmethod to send the request and pass the data back to the Flash.
Any thoughts?