How to get IIS6 to respond to the OPTIONS verb?
- by puffpio
I have a WCF webservice hosted in IIS6 that another site will POST to in a cross domain manner using jquery.
Because it is a cross domain POST, the browser first sends an OPTIONS verb with Access-Control-Request-Method: POST
However, IIS6 does not respond back with anything.
Is this something that I need to handle at a web service level or something at the IIS level?