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
}
On Mon, Jun 15, 2015, at 01:22 AM, Massimo Manghi wrote:
> would you please provide a test example we can test ourselves in order
> to reproduce the problem?
>
> -- M
>
> On 06/14/2015 03:05 PM, Paolo Bevilacqua wrote:
> > I was thinking that is is to get POST data (called "form in in the
> > documentation"? The array response is returned empty. But raw_post
> > returns correct data.
> >
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]