"Martin Stender" <stenderdk@gmail.com> schreef in bericht
news:69840274-b6e3-41ea-9c21-8242d94fde9f@n77g2000hse.googlegroups.com...
> Thank you for your response - unfortunately, I didn't have much luck
> with it. (Btw the 'yadda' was just meant to be 'anything-after-the-
> first-slash ... :-).
Could have been 'something' for first folder ...
> But the url to the site is here: http://tgt.dk
>
> If - on Safari on Mac - I click any of the colored buttons at the top
Same for Safari-on-Windows ...
> for example (guide/inspiration/ticket) I get the port into the url ...
> it's very strange ...
Using FireFox with liveHTTPheader-add-on I can see OracleAS doing some odd
redirect introducing the :80.
GET /ticket/fly HTTP/1.1
Host: tgt.dk
Cookie: ...
HTTP/1.x 301 Moved Permanently
Location:
http://tgt.dk:80/tgt/ticket/fly/
Content-Length: 0
I do not blame Safari for not dropping the *given* value, even if it matches
the default.... I just thank others for dropping the redundant information.
I may blame Google map for discriminating between the same value given and
assumed -and for just relying on a referrer!-
Finally I'ld rather blame [your] OracleAS for introducing a redundant and
confusing redirect.
HansH