+1 vote
in POSTMAN by
What is the purpose of status code 304?

1 Answer

0 votes
by

It means NOT MODIFIED. It is used to reduce network bandwidth usage in case of conditional GET requests. Response body should be empty. Headers should have date, location etc.

Related questions

+1 vote
asked Jan 29, 2023 in POSTMAN by john ganales
+1 vote
asked Jan 29, 2023 in POSTMAN by john ganales
...