ZIP file content type for HTTP request
[request setValue:@"application/zip" forHTTPHeaderField:@"Content-Type"];
.zip application/zip, application/octet-stream
The standard MIME type for ZIP files is application/zip
. The types for the files inside the ZIP does not matter for the MIME type.
As always, it ultimately depends on your server setup.