Hello
When i try to add Content-Type to IIS 7.5 to look like this:
Content-Type => text/html, charset=utf-8
It work fine with F, but IE will prompt to download the file!
Any idea why?
I also noticed some servers respond with a header showing:
Content-Type => text/html; charset=utf-8
While in my case semi colon is replaced with , like this
Content-Type => text/html, charset=utf-8
This is normal with IIS7.5?
Thanks in advance