Redirecting with a 201 created
I think you’re confusing two different semantic responses – one is telling the client that you successfully created a resource, and where it is. Whether the client goes to fetch it or not is a different story. The second is telling the client that it has sent the wrong location URI for a resource it’s … Read more