Question
GET fails, POST succeeds
I have a .swf made from an AIR project that makes https request to a REST api (i.e. Parse.com)
There is no problem running this .swf with AIR.
If I were to run this .swf in regular Flash player 11, I encounter:
GET request I receive error 401 (unauthorized)
POST request there is no problem.
Is this expected?
