P
peter.djalaliev
Hello,
I have a problem with getting Internet Explorer to automatically
recognize
responses with MHTML content and handle the content as MHTML.
For example, here is a link to the web page of a Biology professor at
Salisbury:
http://faculty.salisbury.edu/~jemaloof/manuscripts/New Scientist.mht
Internet Explorer handles the response just fine.
However, I downloaded the .MHT file and put it up on my web page:
http://www.cs.pitt.edu/~peterdj/NewScientist.mht
Now, Internet Explorer does not understand that this is a MHTML file
and
does not parse is correspondignly.
However, if I append mhtml: to my request, IE handles the response
correctly:
mhtml:http://www.cs.pitt.edu/~peterdj/NewScientist.mht
Can anybody give me a clue as to why I would need the "mhtml:" URI
prefix?
How can I make IE handle the MHTML file correctly without this prefix?
I tried analyzing the HTTP responses that our server and the Salisbury
server return and I saw only one thing that I think would matter: the
Salisbury server returns the response with Content-Type: text/plain,
while
our server uses Content-Type: text/html. However, that doesn't seem
to be
the reason - I tried returning text/plain responses on a hand-crafted
MHTML
file and a server on my local machine, but it didn't work.
I am using Internet Explorer 7.
Thanks in advance!
Regards,
Peter Djalaliev
I have a problem with getting Internet Explorer to automatically
recognize
responses with MHTML content and handle the content as MHTML.
For example, here is a link to the web page of a Biology professor at
Salisbury:
http://faculty.salisbury.edu/~jemaloof/manuscripts/New Scientist.mht
Internet Explorer handles the response just fine.
However, I downloaded the .MHT file and put it up on my web page:
http://www.cs.pitt.edu/~peterdj/NewScientist.mht
Now, Internet Explorer does not understand that this is a MHTML file
and
does not parse is correspondignly.
However, if I append mhtml: to my request, IE handles the response
correctly:
mhtml:http://www.cs.pitt.edu/~peterdj/NewScientist.mht
Can anybody give me a clue as to why I would need the "mhtml:" URI
prefix?
How can I make IE handle the MHTML file correctly without this prefix?
I tried analyzing the HTTP responses that our server and the Salisbury
server return and I saw only one thing that I think would matter: the
Salisbury server returns the response with Content-Type: text/plain,
while
our server uses Content-Type: text/html. However, that doesn't seem
to be
the reason - I tried returning text/plain responses on a hand-crafted
MHTML
file and a server on my local machine, but it didn't work.
I am using Internet Explorer 7.
Thanks in advance!
Regards,
Peter Djalaliev