Thanks. I can live with that but any idea how to further debug? 
My POST data is just some hundred bytes at most, split across few
variables.

Paolo.

On Mon, Jun 15, 2015, at 11:48 AM, Massimo Manghi wrote:
> Can not reproduce it: just tested and it works to me. Code was a cut and 
> paste of your example except for the first line within the 'if' block 
> which should read as
> 
> ::rivet::load_response
> 
> a typo I guess
> 
>   -- Massimo
> 
> On 06/15/2015 10:15 AM, Paolo Bevilacqua wrote:
> > Test example, latest Rivet.
> >
> > if {[::rivet::env REQUEST_METHOD] == "POST"} {
> > :  rivet::load_response
> >    parray response
> >    # array response, or any other name if specified, has no POST data.
> >    set string [::rivet::raw_post]
> >    puts $string
> >    # string has POST data
> > }
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to