About

Similar to file extensions but more universally accepted, "MIME types" are used to identify the type of information that a file contains. While the file extension .html is informally understood to mean that the file is an HTML page, there is no requirement that it mean this, and many HTML pages have different file extensions. In the HTTP protocol used by web browsers to talk to web servers, the "file extension" of the URL is not used to determine the type of information that the server will return. Indeed, there may be no file extension at all at the end of the URL.

Instead, the web server specifies the correct MIME type using a Content-type: header when it responds to the web browser's HTTP request.

history|show excerpt|excerpt history