With the latest Flex 3 beta release, I can't get any custom headers to
be sent without:
1) The method being POST (e.g. URLRequestMethod.POST)
2) Some data sent (e.g. request.data = new URLVariables("name=John+Doe");)

This is on OS X using Safari or Firefox.

Search the archives seems to indicate I should be able to add a custom
header even with a simple HTTP GET, but the documentation is vague
enough I thought I'd post here first to check before filing a bug.

Thanks


Reply via email to