Troubleshooting notes

HTTP.Post gotcha on ASP.NET MVC Core API V3

If you don't provide all of the route parameters on the CreatedAtRoute an error is returned which suggests the routing could not find the controller.  What has actually happened is that the post has completed, but cannot return via the routing.


Comments

Popular posts from this blog

Understanding the technologies - Angular 8 and ASP.NET Web API Core 3

Bits and bobs