Closed
Bug 311156
Opened 20 years ago
Closed 18 years ago
ashenempireshq.com - HTML sent as "Content-Type: text/plain"
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: falconwing, Unassigned)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)
Build Identifier: Mozilla FireFox beta build 1.5
On the page, the entire page of code is being displayed as it would look in
view source or on notepad (no graphics or scripts functioning).
Reproducible: Always
Steps to Reproduce:
1. Just launch the page
2.
3.
Actual Results:
Results are same as details of problem.
Expected Results:
the expected result can be viewed in netscape 4.0+ or IE 5.0+
Comment 1•20 years ago
|
||
Server says "Content-Type: text/plain" and we correctly don't second-guess it.
Assignee: nobody → english-us
Component: General → English US
Product: Firefox → Tech Evangelism
QA Contact: general → english-us
Summary: page is only displaying code, no real content → ashenempireshq.com - HTML sent as "Content-Type: text/plain"
Comment 2•20 years ago
|
||
And googling |asp content type| says either you are actually setting
Response.ContentType="text/plain", or you've got that configured as the default,
and you need to be setting Response.ContentType="text/html" to override it.
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
| Reporter | ||
Comment 3•20 years ago
|
||
Well, on the page, I have text/html so it "might" be the server. I'm waiting
for my friend at the company to get online to change the server control to fix
this.
(In reply to comment #2)
> And googling |asp content type| says either you are actually setting
> Response.ContentType="text/plain", or you've got that configured as the
default,
> and you need to be setting Response.ContentType="text/html" to override it.
| Reporter | ||
Updated•20 years ago
|
OS: All → Windows XP
Hardware: All → PC
Comment 4•18 years ago
|
||
The site has gone, no more need for evangelism.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•