I have created a simple PHP script which downloads files (sends them to the browser). The script sends the browser the type of document, for example MIME type "application/gz" for example document test.tar.gz
However, on receiving the document Chrome complains:
Resource interpreted as Document but transferred with MIME type application/gz
Am I setting the wrong MIME type? (Please don't focus on why I'm creating my own download script...just the MIME issue)