Rest API - HTTP Status Codes
Examine this REST API response:
What is the purpose of the
HTTP/1.1 201 Created
Location: /orders/789
{"id":789,"item":"Laptop"}What is the purpose of the
Location header in this response?