[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev HTTP_REFERER for pages that are result of form submission v
From: |
Vlad Harchev |
Subject: |
Re: lynx-dev HTTP_REFERER for pages that are result of form submission via GET |
Date: |
Mon, 8 Apr 2002 16:04:13 +0500 (SAMST) |
On Mon, 8 Apr 2002, Henry Nelson wrote:
Hi,
> > I've already told that I have to get lynx to send referer for the url that
> > includes content from form submissions with method GET. In other words,
> > there
> > is a 2-step CGI script - when one visits it, it spews a form with method set
> > to GET (not POST as was in your case) - and when one submits that form, lynx
>
> Would you mind posting the form and the script, or a snippet of it with the
> critical section that is parsing the referer header? I'd like to give it a
> look see. Thanks.
Of course I can, but later today.
As for critical section that is parsing the referer header - it's trivial
(in bash):
$HTTP_REFERER
:)
(since content of the http-referer header is passed in the environment
variable "HTTP_REFERER" to CGI script).
It's impossible for that sample script to be broken. It's lynx's intended
behaviour.
Best regards,
-Vlad
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
- Re: lynx-dev HTTP_REFERER for pages that are result of form submission via GET, (continued)
- Re: lynx-dev HTTP_REFERER for pages that are result of form submission via GET, Vlad Harchev, 2002/04/07
- Re: lynx-dev HTTP_REFERER for pages that are result of form submission via GET, Thomas Dickey, 2002/04/07
- Re: lynx-dev HTTP_REFERER for pages that are result of form submission via GET, Vlad Harchev, 2002/04/07
- Re: lynx-dev HTTP_REFERER for pages that are result of form submission via GET, clemensF, 2002/04/07
- Re: lynx-dev HTTP_REFERER for pages that are result of form submission via GET, Vlad Harchev, 2002/04/08
- Re: lynx-dev HTTP_REFERER for pages that are result of form submission via GET, Walter Ian Kaye, 2002/04/08
- Re: lynx-dev HTTP_REFERER for pages that are result of form submission via GET, Vlad Harchev, 2002/04/08
- Re: lynx-dev HTTP_REFERER for pages that are result of form submission via GET, clemensF, 2002/04/08
- Re: lynx-dev HTTP_REFERER for pages that are result of form submission via GET, Vlad Harchev, 2002/04/08
Re: lynx-dev HTTP_REFERER for pages that are result of form submission via GET, Henry Nelson, 2002/04/08
- Re: lynx-dev HTTP_REFERER for pages that are result of form submission via GET,
Vlad Harchev <=