1. The HTTP Request Line & Verbs
Example
1
GET /index.html HTTP/1.1
2
Host: 127.0.0.1:5500
3
User-Agent: Mozilla/5.0 (Windows 11)
4
Accept: text/html
5
Connection: keep-alive
2. Inspecting HTTP Requests in Chrome DevTools

3. Inspecting Server Response Headers with curl.exe

⊞Administrator: Windows 11 Command Prompt (cmd.exe)
>curl.exe -I https://nextsem.online/
⊞Windows 11 Execution OutputReal PC Match
Microsoft Windows [Version 10.0.22631.3007] (Windows 11 Pro x86_64)
(c) Microsoft Corporation. All rights reserved.
HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 58129
Cache-Control: max-age=3600
Content-Type: text/html; charset=utf-8
Etag: "4b2a58c512e5c9776fe87f1ba1c4b5268cc3833e7d1374d604ea55ccc45600ec"
Strict-Transport-Security: max-age=31556926
Accept-Ranges: bytes
Date: Sun, 13 Sep 2026 15:29:27 GMT
X-Cache: HIT
