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.
Paste response headers string and get a security audit. Check presence and configuration of key security headers. Local analysis.
Explore all Intl APIs: NumberFormat, DateTimeFormat, RelativeTimeFormat, ListFormat. See outputs for any locale. Powerful i18n.
Upload a WebP image and automatically generate a <picture> tag with JPEG/PNG fallback. Ensure compatibility everywhere.
Drop a WAV file and see its full header: sample rate, bit depth, channels, and chunk structure. Raw bytes explained.
See the current UV index forecast or enter a value to learn protection needed (SPF, hat, shade). Educational.
Strip dangerous HTML tags and attributes (scripts, onclick) to prevent XSS attacks. Safe iframe preview. Local sanitation engine.
Tidy up messy HTML code with our online formatter and beautifier. Indent and clean your markup, preview the output instantly. No data is uploaded, everything runs in your browser.
Search and browse a comprehensive table of SI units and common imperial conversions. For students and engineers.
Calculate the correct series resistor for an LED based on supply voltage, LED forward voltage, and desired current. Circuit diagram shown. Local only.
Build hreflang tags for multiβlanguage websites. Select languages and URLs and get the complete <link> snippet.
Create a properly styled 'Skip to Content' link. Customize target and appearance. Essential for keyboard users. Copy the HTML/CSS.
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.
Full scientific calculator with history tape, memory keys, and unit conversions. All in your browser, no install.
Quick eligibility estimator for Canadian GST/HST credit and climate action incentive based on income and family size. For informational purpose only.
Connect oscillators, gain nodes, and filters with a visual graph. Hear the result in real time. Learn Web Audio interactively.
Paste CSS with vendor prefixes and get a clean version with only the standard property. Modernize your stylesheets.
Type a modern English word and get a possible Old English equivalent. Works offline with a limited but curated wordlist. Learn history.
Enter your must volume and current Brix, TA, and pH to calculate additions of sugar, acid blend, or tannin. Standard winemaking formulas.
Perform simple or regex-based find and replace operations on text. Batch replace words, phrases, or patterns instantly. Processed locally in your browser.
Timer to remind you to limit shower water exposure even with a cast cover. Keep your cast dry.
Select species and see ideal humidity range. Set a reminder to mist enclosure. Keep scales healthy.
Strip leading line numbers from code snippets or poetry. Quick and accurate. Restore the original text. Entirely local processing, no data upload.
Log your daily water consumption with one click. Set a goal and track progress. Data stored locally for privacy. Simple and clean interface.
Enter an English word to get a brief etymology (Latin, Greek, etc.) and root meaning. From curated static data.
Record audio directly from your microphone and download it as a WAV file. Perfect for quick notes. No upload, fully offline support.
Set a reminder to change smoke detector batteries every 6 months. Optional sound alert and visual countdown. Local browser notification, stay safe.
Timer that reminds you to look at something 20 feet away for 20 seconds every 20 minutes. Customizable intervals and subtle sound/visual alerts.