他のドメインの Web API に PUT および DELETE CORS リクエストを作成する際に問題があります。
チュートリアルhttp://www.asp.net/web-api/overview/security/enabling-cross-origin-requests-in-web-api#create-webapi-projectで API をコーディングしました。
GET および POST リクエストは正常に機能しますが、DELETE および PUT は機能しません。次のメッセージが表示されます。
Failed to load resource: the server responded with a status of 405 (Method Not Allowed)
Failed to load resource: No 'Access-Control-Allow-Origin' header is present on the requested resource.
ASP.NET Web API を使用した PUT および DELETE の CORS サポートで提案されている WebConfig にコードを追加すると、最初のエラーのみが発生します。
誰でもこれで私を助けてくれますか?