form email to RevCGI, solved for GET not POST

jbv jbv.silences at club-internet.fr
Fri Aug 4 18:14:38 EDT 2006


Chris,

I'm not 100% sure, but I have the feeling that if the limit on length of the GET
was the cause of your problem, you might see your parameters truncated, bit
not empty...

just curious : what is the average length of the data you're trying to send via
the HTML form ?

> The GET method encodes the form data in the URL and the POST method passes it
> as a parameter. When a rev CGI reads from StdIn it just gets the parameters
> and so GET will never work that way. To get that URL inside a rev CGI you need
> to use the $QUERY_STRING variable.
>
> The downside to using GET is that your params (encoded in the URL) are out
> there for the world to see and there is a limit on length (and that may kill
> what i wanted to do!) The email clients don't appear to support the sending of
> parameters because a POST form works great from the browser but not from any
> email client I have tried.




More information about the use-livecode mailing list