Re: POST/CGI arguments?
Michiel Boland <[email protected]>
| Newsgroups | gmane.network.mathopd |
|---|---|
| Message-ID | <[email protected]> |
> with a bit of experimenting i found that mathopd passes GET parameters in
> argv (split at spaces ("+", assuming the requets is URLencoded)) if they
> don't contain '='... (why anyway?)
Quoting from the CGI specification at hoohoo.ncsa.uiuc.edu:
"If the server does find a "=" in the QUERY_STRING, then the command line
will not be used, and no decoding will be performed."
Cheers
Michiel