Ajax POST to WCF Rest CORS-compliant WebService throws error 405
问题 I'm doing some test over WCF REST WebServices and i'm stuck with the POST call. I've created a webservice that exposes some test data about the good ol' Northwind DB and since i wish to consume it locally from a test HTML page and since i'd like to test CORS capabilities, i made it CORS compliant by following these instruction http://enable-cors.org/server_wcf.html. Unfortunately problems comes out when i make POST calls. Unlike GET calls (works very well), POST call throws this error: What