Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
CS foundations
/
HTTP semantics
A cache sends `If-None-Match` for a stored GET response and receives `304 Not Modified`. …
from HTTP semantics
Node 24
beginner
1 min
A cache sends `If-None-Match` for a stored GET response and receives `304 Not Modified`. What should it do?
Replace the stored representation with an empty body.
Keep the stored content and update permitted metadata from the 304 response.
Follow the `Location` field with POST.
Treat 304 as a server failure.
Check
Ask AI about this kata
Report an error
next kata
What does `Cache-Control: no-cache` require for a stored response?
Quiz
A new version is available
Reload