ASP.NET Core with IIS - HTTP Verb Not Allowed

前端 未结 7 825
[愿得一人]
[愿得一人] 2020-11-29 02:33

We have an ASP.NET Core 2.0 web site that also presents a couple of simple Web API methods for UI enhancement purposes.

The

7条回答
  •  一整个雨季
    2020-11-29 03:26

    For me, I resolved the issue after I noticed I was trying to post to the client domain instead of the API. [facepalm]

提交回复
热议问题