Answers for "Important MIME types for Web developers"

0

Important MIME types for Web developers

Top Useful MIME types: `application/octet-stream` > 'This is the default for binary files. As it means unknown binary file, browsers usually don't execute it, or even ask if it should be executed. They treat it as if the Content-Disposition header was set to attachment, and propose a 'Save As' dialog.'
Posted by: Guest on May-16-2021

Browse Popular Code Answers by Language