List of MIME Types
Comprehensive searchable reference of 1500+ IANA Media Types and file extensions for web development, server configuration, and API content negotiation.
| Extension | MIME Type | Kind | Action |
|---|
About
Correct specification of media types determines how browsers and servers interpret transmitted data. Developers configure these identifiers in HTTP headers to ensure security and proper rendering. An incorrect definition often forces a browser to guess the content type through sniffing. This mechanism introduces security risks like cross-site scripting attacks if executable code is masked as an image. Strict adherence to IANA standards prevents these vulnerabilities. Server configurations for Nginx or Apache require precise mappings between file extensions and these types. This database aggregates standard and legacy definitions for rapid lookup during backend setup or API integration.
Formulas
A standard HTTP header configuration using a MIME type:
When handling binary files with unknown types, the generic fallback is often used: