Y
Hacker News
new
|
ask
|
show
|
jobs
by
saltysugar
4493 days ago
Yes, from the server side's mishandling of TXT extension. Probably the server put the MIME type in the HTTP header as "HTML" instead of TXT, and the browser renders the page as such.
1 comments
pjscott
4493 days ago
From the headers:
Content-Type: text/html;charset=UTF-8
It also tries to set no less than four cookies.
link