My Sencha Touch app is posting a form to my asp.net-mvc-3 WebService, but instead of sending POST it\'s sending OPTIONS.
I\'m building a site that uses w3c CORS to make oAuth-signed HTTP requests to a remote server.Mozilla has a great document explaining how to make and receive CORS requests, and there\'s good support i
Note: I am new to Tomcat... I am getting this message in the Tomcat localhost_access_log: 127.0.0.1 - - [09/Oct/2009:09:37:30 -0700] \"OPTIONS /stl/foo HTTP/1.1\" 200 -