MIME tool
MIME Inspector
Compare file extension, browser MIME, and magic-byte signature hints before an upload reaches your processing pipeline.
4Signals
QuickFirst-byte hint
BrowserNo server round trip
Use this when a filename says one thing but the actual file signature may point to a different type.
| Filename | - |
|---|---|
| Extension | - |
| Browser MIME | - |
| Magic signature hint | - |
Example workflow
Keep mismatches obvious.
- Input: renamed archive file `report.png` with ZIP signature bytes.
- Expected output: extension suggests `.png` while the signature hint shows `ZIP / Office Open XML container`.
- Action: route the file into quarantine or deeper validation instead of trusting the extension.