I'm trying to access a basic auth protected site from Flex and not having any success. I see that you can no longer add the "Authorization" header as you could over a year ago.
The setCredentials and setRemoteCredentials methods in the HTTPService class seem like they should do the trick but I've had no luck with them. Does someone out there have a pointer to a functional example showing how to use Basic Auth from Flex? I've seen a lot of posts in this forum but have been unable to find a solution. Thanks in advance.

