Barokit

📁MIME Types Reference

Search by file extension or MIME type, both directions. Useful for HTTP response header configuration, file upload validation, security policy writing, email attachment handling, and web server config.

🔒 Browser-basedNo watermarkNo signup

How to use

  1. 1Search by extension or MIME type.
  2. 2Copy results into your code or config.

FAQ

How many types are supported?+

100+ common extensions. Images, video, audio, documents, code, and archives.

What is a MIME type?+

Multipurpose Internet Mail Extensions — a standard identifier for file format (e.g., image/png, application/json). Used in HTTP and email standards.

Why does correct MIME matter?+

Wrong MIME can cause (1) browsers to mishandle files, (2) security bypass risks, (3) broken downloads or display.

How do I detect spoofed extensions?+

Don't trust the extension — also check the magic number (first bytes). Use the file-type library.

Custom format MIME types?+

If non-standard, use application/x-yourname. Standard formats are preferred for compatibility.

Related tools