InterviewSolution
Saved Bookmarks
| 1. |
What Http Status Code 304 States? |
|
Answer» It means, NOT MODIFIED, used to reduce network bandwidth USAGE in case of conditional GET requests. RESPONSE body should be empty. Headers should have date, location ETC. It means, NOT MODIFIED, used to reduce network bandwidth usage in case of conditional GET requests. Response body should be empty. Headers should have date, location etc. |
|