Content-Type

Lukas Tribus luky-37 at hotmail.com
Tue Jun 16 10:37:39 UTC 2015


> Hi,
> <?php
> header('Content-Type: text/html;');

Thats invalid. Either:
text/html; charset=iso-8859-1
or
text/html

but not with a trailing semicolon.



> breaks proper Content-Type detection.

... in a Browser, you mean?



> At least in the 1.6.3 version.

What has nginx to do with it and why is this
posted on nginx-devel? Unless you are posting
a patch, you should post to the nginx mailing
list.


Lukas

 		 	   		  


More information about the nginx-devel mailing list