How does AIR handle CORS? Does the browser make OPTIONS requests (I am not seeing any)
I have a desktop application which communicates from the local machine to a remote web service. The application uses the full range of REST requests, GET, POST, PUT, DELETE. DELETE calls fail when I test in app (rather than just running the app in a browser). When I inspect the web traffic I notice that the browser makes an OPTIONS call prior to the actual call. In AIR no OPTIONS call is made.
Any advice? I'd like to understand how to work with cross domain calls in a AIR Javascript application.
Thanks,
Scott
