HTTP Status Code Reference - Online Search & Meanings
Look up any HTTP status code and see its meaning, RFC reference, and example. Full offline reference.
UD5 Toolkit
Search, browse, and learn about HTTP headers β request, response, security, CORS, cache & more
No headers found
Try a different search term or category filter.
Accept, Authorization, User-Agent, Cookie).Content-Type, Set-Cookie, Cache-Control, ETag).Access-Control-Allow-Origin (specifies allowed origins), Access-Control-Allow-Methods (allowed HTTP methods), Access-Control-Allow-Headers (allowed request headers), and Access-Control-Allow-Credentials (whether credentials like cookies are allowed). The browser sends a preflight OPTIONS request before the actual cross-origin request to verify permissions.Cache-Control is the primary HTTP header for controlling caching behavior. Common directives:public β can be cached by any cache.private β only cached by the browser.max-age=3600 β cache for 1 hour.no-cache β must revalidate before use.no-store β never cache the response.must-revalidate β stale content must be revalidated.max-age with versioned URLs. For dynamic content, use no-cache or short max-age.ETag (Entity Tag) is a unique identifier assigned by the server to a specific version of a resource. When the resource changes, the ETag changes. Clients send the ETag back in If-None-Match or If-Match headers for conditional requests. If the ETag matches, the server returns a 304 Not Modified response, saving bandwidth. This is more precise than date-based validation with Last-Modified.X- prefix (e.g., X-Request-ID), but this convention has been deprecated by the IETF. Modern best practice is to use a descriptive name without the X- prefix, or namespace it with your organization's domain (e.g., Acme-Custom-Header). Avoid overriding standard headers and document your custom headers clearly.curl -I https://example.com in the terminal to see response headers, or use online tools to inspect headers from any URL.Content-Type header tells the browser how to interpret the response body. Common values include text/html, application/json, image/png, and application/octet-stream. Without the correct Content-Type, browsers may misinterpret content (e.g., rendering JSON as text), APIs may fail, and files may not download properly. Always set the correct MIME type and optionally include the charset parameter (e.g., text/html; charset=utf-8).Set-Cookie is a response header sent by the server to instruct the browser to store a cookie. It includes attributes like HttpOnly, Secure, SameSite, Max-Age, and Domain.Cookie is a request header sent by the browser back to the server, containing the cookie name-value pairs that match the domain, path, and security attributes. The browser automatically manages cookie inclusion based on the attributes set by the server.Header set in .htaccess or configuration files.add_header directive.res.setHeader() or res.set().header() function._headers file or dashboard.Content-Type, content-type, and CONTENT-TYPE are all treated identically. However, the conventional practice is to use Pascal-Case with hyphens (e.g., Content-Type, If-Modified-Since) for readability. Header values may be case-sensitive depending on the specific header (e.g., Authorization: Bearer token123 β the token is case-sensitive).Look up any HTTP status code and see its meaning, RFC reference, and example. Full offline reference.
A complete reference of HTTP status codes with explanations. Search and filter by code or category. Useful for API developers and web debugging. Static and fast.
Drop a WAV file and see its full header: sample rate, bit depth, channels, and chunk structure. Raw bytes explained.
Enter a URL and see its CORS headers. Understand why a fetch fails. Check preflight responses. Clientβside debugger.
See the current UV index forecast or enter a value to learn protection needed (SPF, hat, shade). Educational.
Type an abbreviation and its full form to get the proper `<abbr title='...'>` HTML. For accessible markup.
Full scientific calculator with history tape, memory keys, and unit conversions. All in your browser, no install.
Search and browse a comprehensive table of SI units and common imperial conversions. For students and engineers.
Enter an English word to get a brief etymology (Latin, Greek, etc.) and root meaning. From curated static data.
Strip dangerous HTML tags and attributes (scripts, onclick) to prevent XSS attacks. Safe iframe preview. Local sanitation engine.
Select a country to see a concise list of cultural norms, greetings, and taboos. Be a respectful traveler.
Enter a domain and see public WHOIS info via a free API with rate limiting. Quick domain check.
Enter any two values (voltage, current, resistance, power) and compute the others. Visual triangle helper and formula display. Instant local calculation.
Paste email headers or body text to quickly spot phishing signs, suspicious domains, and obfuscated links. Educational and private.
Quick eligibility estimator for Canadian GST/HST credit and climate action incentive based on income and family size. For informational purpose only.
Snap or type expense details and store them locally. Categorize and see monthly totals. No cloud, no signβup.
Test how nonβLatin characters (Chinese, Cyrillic, Arabic) convert to URLβsafe slugs with proper transliteration rules. Preview the final string.
Shows a random historical event that occurred on today's date. Fun daily knowledge snippet.
Build hreflang tags for multiβlanguage websites. Select languages and URLs and get the complete <link> snippet.
Browse a collection of common bird calls. Play short audio samples to identify birds you hear. Educational static data.
Enter an English word to get a quick etymology. From a curated list of common roots. Learn language history.
Calculate the output voltage and resistor values for a voltage divider circuit. Includes schematic. Handy for electronics hobbyists and engineers.
Get a random history fact or see what major events happened on this day. Curated from public domain sources. Local.
Record audio from your microphone and save as WAV file. Visual waveform while recording. Simple and privacy-friendly; audio stays in your browser.
Choose your main activity (driving, fishing, skiing) and get the best lens tint color and VLT recommendation.
Type a passage and see it appear in a realistic cursive font. Helps connect handwriting to digital text.
Enter word pattern with ? for unknown letters and known letters to find matching dictionary words. Essential crossword help. Local dictionary.
Select item rarity and consumable state to get a price range based on Dungeon Master's Guide tables. Quick reference.
Select region (US, Canada, International) and see channel frequencies and usage (distress, bridge). Boating safety.
Record a tick bite date and daily symptoms. Visual timeline to share with doctor. Private and local.