Link to home
Start Free TrialLog in
Avatar of kolarb
kolarbFlag for Slovenia

asked on

Location problem with IE4

Why does the first one return error and the second one works fine:

Error page:

HTTP/1.0 302 Moved Temporarily
Server: Microsoft-IIS/3.0
Date: Sat, 20 Sep 1997 00:09:22 GMT
Set-Cookie: sler-charset=ascii; path=/; expires=Sat, 19 Sep 1998 02:09:22 GMT;
Location: /scripts/pek.dll/test?charset=ascii&finalpage=/bsi/html/financni_podatki
Content-Type: text/html
Content-Length: 255
Content:

<head><title>Document moved</title><META HTTP-EQUIV="Refresh" CONTENT="0; URL=/scripts/pek.dll/test?charset=ascii&finalpage=/bsi/html/financni_podatki"></head><body><h1>Object Moved</h1>This document may be found <a HREF="/scripts/pek.dll/test?charset=asc


HTTP/1.0 302 Object moved
Server: Microsoft-IIS/3.0
Date: Sat, 20 Sep 1997 00:10:19 GMT
Location: /bsi/html/financni_podatki
Content-type: text/html
Set-Cookie: SLER%2DCHARSET=blabla; path=/
Set-Cookie: ASPSESSIONID=DINBBHZIKPUYHAQR; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/bsi/html/financni_podatki">here</a>.</body>

Avatar of kolarb
kolarb
Flag of Slovenia image

ASKER

Warning! There is NOTHING wrong with the content.
Avatar of unicorntech
unicorntech

The problem is here :
 <a HREF="/scripts/pek.dll/test?charset=asc

it should be:

 <a HREF="/scripts/pek.dll/test?charset=asc>word...</a>
Avatar of kolarb

ASKER

Well, sorry, no. I said there is nothing wrong with the content. This is just a problem, when I cut&paste to the exp-exc - I later noticed that some of the content is missing.

Anyway: no matter what content IE4 says "response unknown" and does nothing. That is IE4Win95Rel2
ASKER CERTIFIED SOLUTION
Avatar of unicorntech
unicorntech

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kolarb

ASKER

So the answer is:

MS knows about it and they gonna fix it

?
That was basically what they told me when I e-mailed their support...

Jason
Avatar of kolarb

ASKER

I would like to know more specific WHICH part of the response is invalid. As it goes they look the same according to the HTTP specification. Is it the "-" in the cookie??? I just noticed that ASP encodes it as %2D.

(I could try it, but I really cannot until Thursday. If anyone can than please do so.)