Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions files/en-us/glossary/http_header/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Host: example.com
Redirects have mandatory headers ({{HTTPHeader("Location")}}):

```http
302 Found
HTTP/1.1 302 Found
Location: /NewPage.html
```

A typical set of headers:

```http
304 Not Modified
HTTP/1.1 304 Not Modified
Access-Control-Allow-Origin: *
Age: 2318192
Cache-Control: public, max-age=315360000
Expand Down