Skip to content

MIME Type Checker

Detect, validate and analyze MIME types from file extensions or content headers with security risk assessment

Updated

What is the MIME Type Checker?

How it works

Examples

JSON file extension lookup

json
MIME Type: application/json; Description: JavaScript Object Notation; Category: Application; Risk: Safe; Extensions: .json

MIME type to extensions

image/webp
Extensions: .webp; Description: WebP image; Category: Image; IANA Registered: Yes; Apache: AddType image/webp .webp

Content-Type header parsing

application/json; charset=utf-8
MIME Type: application/json; Charset: utf-8; Valid: Yes; Common header: Content-Type: application/json; charset=utf-8

Executable file risk detection

exe
MIME Type: application/x-msdownload; Risk: Danger; Warning: Microsoft Windows executable - security risk; Caution advised for uploads

Frequently asked questions