Opened 3 years ago
Last modified 3 years ago
#17285 new bug
Network kit: HTTP header redirect for relative locations broken
Reported by: | andreas_dr | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/Network Kit | Version: | R1/Development |
Keywords: | Cc: | nielx | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Hi,
there seems to be a bug with HTTP location header based redirection. It seems to work with absolute URLs but not with relative.
Try:
http://drewke.net/tdme2-documentation/alpha/private/
This tries to do a redirect using a relative URL using a "Location: ./xyz" header.
It works on Safari, FireFox and so on, but not in WebPositive.
My script doing the redirection has the following content currently:
<?php header('Location: ./1.9.104'); ?>
Change History (4)
comment:1 by , 3 years ago
Component: | Applications → Kits/Network Kit |
---|
comment:2 by , 3 years ago
Cc: | added |
---|
comment:3 by , 3 years ago
Summary: | WebPositive → Network kit: HTTP header redirect for relative locations broken |
---|
comment:4 by , 3 years ago
Note:
See TracTickets
for help on using tickets.
Hey andreas_dr, Is this still an issue for you? I've tested this now and it seems to work in WebPositive (curl also still gives the same Location: ./ type header)