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
Add HTTP version in HTTP responses
In the HTTP header glossary page there are two HTTP response examples, but they are missing the HTTP version. This commit adds the version to produce a correct HTTP response message.
  • Loading branch information
ema-pe authored Nov 17, 2025
commit d50e125146050dbaaa27dd7033d741b6215b210a
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