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
For me, I resolved the issue after I noticed I was trying to post to the client domain instead of the API. [facepalm]