in reply to Print Json text from query string
Please post self-contained relevant code. The code you show is not all code that is relevant. You don't show how %PARMS gets populated for example.
Also, for a HTTP POST request, it is weird/uncommon to send the parameters in the URL string instead of as POST parameters. This may or may not contribute to a problem on the receiving end.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Print Json text from query string
by perlCrazy (Monk) on Sep 10, 2012 at 10:55 UTC | |
by Corion (Patriarch) on Sep 10, 2012 at 11:04 UTC | |
by perlCrazy (Monk) on Sep 10, 2012 at 11:11 UTC | |
by Corion (Patriarch) on Sep 10, 2012 at 11:21 UTC | |
by Anonymous Monk on Sep 10, 2012 at 13:29 UTC |