Re: CGI/1.0: last call (fwd)
robm@ncsa.uiuc.edu (Rob McCool)
Message-id: <9312052244.AA17585@void.ncsa.uiuc.edu>
From: robm@ncsa.uiuc.edu (Rob McCool)
Date: Sun, 5 Dec 1993 16:44:07 -0600
In-Reply-To: decoux@moulon.inra.fr (ts)
"Re: CGI/1.0: last call (fwd)" (Dec 5, 4:19pm)
X-Mailer: Mail User's Shell (7.2.5 10/14/92)
To: decoux@moulon.inra.fr (ts), neuss@igd.fhg.de
Subject: Re: CGI/1.0: last call (fwd)
Cc: www-talk@nxoc01.cern.ch
/*
* Re: CGI/1.0: last call (fwd) by ts (decoux@moulon.inra.fr)
* written on Dec 5, 4:19pm.
*
* If for the browser , URL is :
*
* http://server/htbin/script/pathname
*
* With ISINDEX the URL is always "http://server/htbin/script/pathname?aaa"
*/
Not necessarily... when someone accesses an ISINDEX script without any query
data the URL looks like http://server/htbin/script/pathname.
The safe way to do this, which is how the spec has been updated, is to
search for an = sign in the query data since form requests if they have any
query info must have this character somewhere.
--Rob