Skip to main content
Technical MIME Specification & Web Server Guide

application/zip

Technical overview, official IANA specification, header magic bytes, and server configuration snippets for .ZIP files (ZIP Compressed Archive).

File Extension

.zip

Content-Type Header

application/zip

Format Category

Archives

Standard Specification

RFC 1951 / APPNOTE.TXT

Description & Usage

Universal compressed archive format supporting DEFLATE compression and AES encryption.

HTTP Server Content-Type Configuration Code

# Nginx mime.types configuration for .zip
types {
    application/zip    zip;
}

OS Compatibility Matrix

Windows
macOS
Linux
Android
iOS

Want to test header signatures or binary files?

Run binary magic byte inspection in Magic Byte Detector.

Frequently Asked Questions

The official MIME content type for .zip files is "application/zip". Web servers use this header to instruct browsers how to render or process .zip data.