1. Configuring Server Headers
Web DeveloperBackground
A developer is setting up an Nginx server to host a collection of custom documents and needs to ensure they are downloaded rather than displayed in the browser.
Problem
The developer is unsure of the exact MIME type string required for a specific proprietary file extension.
How to use
Input the file extension into the detector to retrieve the official MIME type.
Outcome
The tool returns 'application/octet-stream', allowing the developer to correctly configure the server's force-download header.