HTTP

From DWIKI
Revision as of 08:23, 24 October 2025 by Tony (talk | contribs) (→‎Most common HTTP status codes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

HyperText Transfer Protocol

Links

HTTP/2

Curl check for http/2

curl -s -o /tmp/foo https://example.com -w '%{http_version}\n'

HOWTO

HTTP telnet session

GET / HTTP/1.0
Host: www.example.com

HTTP Status Codes


Most common HTTP status codes

200

OK

301

Moved permanently, redirect

401

Unauthorized

403

Forbidden

404

Not found

500

Internal Server Error