Understand HTTP by reading less and experimenting more.
Editorial-grade explainers, practical references, and lightweight tooling for engineers who need confidence with HTTP semantics.
Reference
Everything HTTP, organized
HTTP Methods
Semantics, safety, idempotency, and practical usage.
HTTP Status Codes
Understand success, redirects, client errors, and server errors.
HTTP Headers
Request and response header behavior with examples.
Cookie Attributes
Attributes, browser behavior, and security constraints.
Guides
Long-form explainers for protocol concepts and implementation.
Glossary
Concise definitions for recurring HTTP terminology.
Quick Access
Most-visited topics
GET Method
Read-only requests, caching, and query params.
POST Method
Creation workflows and payload semantics.
404 Not Found
Troubleshoot missing resources and links.
500 Internal Server Error
Debug server-side failure scenarios.
Cache-Control Header
Performance and caching behavior.
Authorization Header
Authentication and API access patterns.
Learning Path
Follow a practical route
Start With Fundamentals
Get the full request-response mental model first.
Study Core Primitives
Learn methods, status codes, headers, and cookies in order.
Practice With Tools
Use playground, header inspector, CORS debugger, and builders.
Use Search and Guides
Jump directly to edge cases and implementation details.
Follow Topic Clusters
Navigate by security, performance, troubleshooting, and more.
Compare Similar Concepts
Side-by-side breakdowns of 301 vs 302, GET vs POST, 401 vs 403, and more.
Interactive Tools
Build, debug, and inspect in your browser
HTTP Playground
Send requests and inspect responses interactively.
Header Inspector
Fetch any URL and analyze its response headers.
CORS Debugger
Simulate preflight requests and debug CORS policies.
Cache-Control Builder
Build Cache-Control headers with plain-English explanations.
Cookie Builder
Compose Set-Cookie headers with attribute validation.
Status Code Picker
Find the right status code for your API response.
Message Parser
Paste and color-code raw HTTP messages.
Site Verifier
Scan SSL/TLS, security headers, cookies, and caching for any URL.
Topic Clusters
Learn by practical outcomes
HTTP Fundamentals
Core HTTP primitives and baseline concepts every web engineer should know.
HTTP Performance
Caching, compression, connection behavior, and practical latency optimization topics.
HTTP Troubleshooting
Error diagnosis, status code debugging, and production-safe HTTP troubleshooting workflows.
HTTP Security
Security headers, cookie hardening, CORS policy design, and defensive API behavior.
HTTP Authentication
Auth flows, authorization semantics, credentials handling, and access control patterns.
HTTP Basics
Beginner-friendly HTTP concepts, message structure, and protocol mental models.
Learning Paths
Start from the outcome you need
Debug HTTP Problems in Production
A pragmatic troubleshooting stack for the failures engineers see most often.
Learn HTTP Fundamentals
A structured route through the core primitives, message flow, and debugging basics.
Ship Secure Auth and Cookies
A security-focused path for login state, browser credentials, and defensive HTTP defaults.
Improve HTTP Performance and Caching
A practical path for faster responses, safer caching, and better client-server efficiency.
HTTP Fundamentals
A structured learning path covering HTTP from first principles to production-ready patterns. Nine guides, ordered from beginner to intermediate.
Cookie Security
A focused series on securing HTTP cookies — covering the HttpOnly and SameSite attributes and their role in defending against XSS and CSRF attacks.
Featured Guides
Deep dives for implementation work
Cookie Security: HttpOnly, SameSite, and Secure Flags
A comprehensive guide to understanding and implementing secure HTTP cookies to protect against XSS, CSRF, and session hijacking attacks.
Cross-Origin Resource Sharing (CORS)
Master Cross-Origin Resource Sharing (CORS) for secure cross-origin HTTP requests. Learn preflight requests, headers, credentials, and common error solutions.
How HTTP Works: The Complete Guide
Learn how HTTP works with interactive examples. Understand requests, responses, methods, headers, status codes, and the complete request lifecycle in minutes.
Ready to master HTTP?
A free, editorial-grade reference with interactive tools — no signup required.