Changes between Initial Version and Version 1 of Ticket #58433, comment 13
- Timestamp:
- 06/15/2023 10:38:14 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58433, comment 13
initial v1 22 22 - Testing `HTTP 304 Not Modified`: 23 23 - ✅ When `If-None-Match` is sent, the server responds with the expected `304`. 24 - ✅ When `If-None-Match` is sent with an old/different Etag, the server responds with `200`, returning the latest resource. 24 25 25 26 === Additional Notes