in reply to Re^3: Getting error while decoding JSON object via POST method
in thread Getting error while decoding JSON object via POST method
I must be missing something here. At my $work, we use CGI::Application on the front end and simply decode_json( $self->query->param( 'POSTDATA' ) ) to get the values regardless of HTTP 1.0 or HTTP 1.1 (which is what we use.) We POST with a content type of "application/json".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Getting error while decoding JSON object via POST method
by Corion (Patriarch) on May 19, 2014 at 19:27 UTC |