The http post location header is optional, even for 201. Some APIs omit it and just include the URL in the body.
If your client’s not following it, double-check the status code. A 200 won’t trigger a redirect, even with a location header.
For testing, Paw (now RapidAPI) is super handy for inspecting headers.
If your client’s not following it, double-check the status code. A 200 won’t trigger a redirect, even with a location header.
For testing, Paw (now RapidAPI) is super handy for inspecting headers.
