What's the content type of a .ini file? -


i'd make dynamically generated .ini file available download, there standardized value content-type of .ini files?

i've found places saying it's text/plain, i'm bit dubious.

checking iana list of mime media types shows .ini not listed in list of media types (and in particular, in list of text media types.)

additionally, the wikipedia entry on .ini files explains .ini files "simple text files."

one way verify these findings run following command on given .ini file (in *nix, @ least):

$ file --mime-type php.ini.default 

which gives following result:

php.ini.default: text/plain 

Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -