[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lynx-dev] Lynx doesn't follow 30* redirect if the Location is the same
From: |
Martin Tournoij |
Subject: |
[Lynx-dev] Lynx doesn't follow 30* redirect if the Location is the same |
Date: |
Thu, 15 Jan 2015 15:40:21 +0100 |
Hi there,
If I do a request:
POST /test
and this returns a 303 with:
Location /test
Lynx decides not to redirect to the new /test URL...
If I change either the original request or the Location response to
include a query parameter (ie. s=t), Lynx redirects as expected.
Is this a bug or a feature? All browsers that I tested properly
redirect, except for Lynx and derivatives (Links, ELinks).
(Also see my SO question: http://stackoverflow.com/q/27879100/660921)
PS. I am *not* subscribed to this list, please CC me in replies!
Thanks,
Martin
- [Lynx-dev] Lynx doesn't follow 30* redirect if the Location is the same,
Martin Tournoij <=