HTTPS and modern HTTP
Final HTTP inspection
Bring the course together by explaining a real document request, its security and caching policy, and the additional resources it triggers.
15 minute lesson
Open the Network panel on a site you use and select its main document request. Write down:
- URL, method, and protocol version
- status code and any redirect chain
- request and response content types
- cache freshness and validators
- cookies sent or set
- CORS and security headers
- transferred size and timing
Then choose one stylesheet or image requested by the document and repeat the inspection. Explain why its caching policy differs from the HTML document.
Finally, reproduce a safe public request with curl -I or curl -i. Compare its headers with the browser’s. Differences may come from cookies, content negotiation, compression, or an intermediary cache.
You now have the vocabulary to explain an HTTP exchange instead of treating the Network panel as a wall of data.
Quick check
Result
You got of right.
Quick check
Result
You got of right.
Lesson completed