Re: CGI/1.0: last call (fwd)

Rob McCool (robm@ncsa.uiuc.edu)
Sun, 5 Dec 1993 16:44:07 -0600


/*
* 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