解决jq ajax 405,JQuery Ajax POST to Web API returning 405 Method Not Allowed
So I have a jquery ajax request like this:function createLokiAccount(someurl) {var d = {"Jurisdiction":17}$.ajax({type: "POST",url:"http://myserver:111/Api/V1/Customers/CreateCustomer/",data: JSON.str...