How to get IIS6 to respond to the OPTIONS verb?
Posted
by puffpio
on Server Fault
See other posts from Server Fault
or by puffpio
Published on 2010-01-15T20:48:51Z
Indexed on
2010/04/02
1:03 UTC
Read the original article
Hit count: 452
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?
© Server Fault or respective owner