You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/09/04 21:18:31 UTC

[GitHub] [royale-asjs] fredrossperry opened a new issue #466: HTTPRequest returns a result with OPTIONS but not POST

fredrossperry opened a new issue #466: HTTPRequest returns a result with OPTIONS but not POST
URL: https://github.com/apache/royale-asjs/issues/466
 
 
   When I make an HTTP request to my server, which handles CORS, the browser first sends an OPTIONS request, and after that sends my request. A sample program is attached.
   But my program receives ResultEvent.RESULT after the OPTIONS, instead of after the POST.
   I can see this in the Chrome Dev Tools. I can also see that the POST succeeds and produces expected data.
   
   [HTTPTest.zip](https://github.com/apache/royale-asjs/files/3576492/HTTPTest.zip)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services