in reply to REST call from CGI do not work
$client->responseContent() is not returning JSON, so calling from_json on it results in an error.
$client->responseContent() appears to be returning an error message. Try printing out that error message and reading it. It should give you a clue what to do next.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: REST call from CGI do not work
by Sterh (Novice) on May 25, 2012 at 00:09 UTC | |
by Anonymous Monk on May 25, 2012 at 01:11 UTC |