Understanding IANA MIME Types & HTTP Content-Type Headers
MIME (Multipurpose Internet Mail Extensions) media types are standardized two-part identifiers composed of a type and a subtype (e.g., application/json or image/webp). When an HTTP web server serves an asset, the Content-Type response header specifies the exact MIME structure so the browser engine can execute scripts, display graphics, or download binary documents without security-vulnerable MIME-sniffing.
Zero-Server Bi-Directional Lookup
Configuring cloud storage buckets (AWS S3, Cloudflare R2), edge worker headers, or reverse proxy static asset rules requires precise MIME type definitions. MIME Type Directory provides instant query resolution directly in client RAM with zero tracking.
🔗 API Developer Workstation
Inspect HTTP response codes via HTTP Status Directory or format JSON payloads using CodeCraft JSON.
🛡️ Data Privacy
Mask API secrets and authorization bearer tokens before debugging with RedactVault.
Frequently Asked Questions
Why is charset=utf-8 added to text and JSON headers?
Appending charset=utf-8 (e.g. text/html; charset=utf-8) ensures international alphabets, emojis, and mathematical symbols decode accurately without character corruption.
Does this dictionary work offline?
Yes. Because the full IANA media dictionary is bundled directly in your browser's local memory, you can search and export headers completely offline.