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.
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
Post a Comment