HTTP: Difference between revisions

From DWIKI
Tony (talk | contribs)
Tag: wikieditor
Tony (talk | contribs)
Tag: wikieditor
Line 20: Line 20:
===301===
===301===
Moved permanently, redirect
Moved permanently, redirect
===401==
===401===
Unauthorized
Unauthorized



Revision as of 07:21, 1 September 2025

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

301

Moved permanently, redirect

401

Unauthorized

403

Forbidden

404=

Not found

500

Internal Server Error