Top "Mime-types" questions

A MIME type after MIME (Multipurpose Internet Mail Extensions) is a two-part identifier for file formats on the Internet.

Node/Express - Refused to apply style because its MIME type ('text/html')

I've been having this issue for the past couple of days and can't seem to get to the bottom of …

node.js express mime-types static-files
How to change the content type in exception handler

Suppose I have a controller that serves GET request and returns bean to be serialized to JSON and also provides …

spring spring-mvc mime-types
duplicate MIME type "text/html"?

I have this in Nginx configuration files gzip_types text/plain text/html text/css application/json application/x-javascript text/…

nginx mime-types
What rules apply to MIME boundary?

When you are writing MIME, you separate different chunks of your message with a certain boundary. I failed for some …

http mime mime-types
how handling image's mime type "application/octet-stream"?

I have a function to make thumbnail of a url image on fly! I always pass to this functions images …

php thumbnails mime-types gd2
No Mime Types Option in IIS 7

I have a problem in IIS whereby I have installed a web applcation that runs using .NET but when you …

iis-7.5 mime-types
HTTP status code for unaccepted Content-Type in request

For certain resources, my RESTful server only accepts PUT and POST requests with JSON objects as the content body, thus …

http rest mime-types http-status-codes http-request
Rendering file with MIME Type in rails

Here's the code: render :file => @somedir + "/blah.xml" ...but the resulting MIME type is text/html when I check …

ruby-on-rails ruby render mime-types
Finfo_file on uploaded file to determine mime-type

Im trying to determine the mime-type of an uploaded file, i want to use fileinfo(), this is what ive been …

php linux mime-types fileinfo
What is the MIME type for Markdown?

Does anyone know if there exists a MIME type for Markdown? I guess it is text/plain, but is there …

mime-types markdown mime plaintext