Passing JSON into a Controller to be processed
-
Is there a way to grab a JSON object that’s being passed into a Controller, rather than post/get request fields?
When I dump out
$json_api->query
at the very beginning of getting the request in, I don’t see anything in there other than the read_more and date_format.When I dump out
$_REQUEST
it’s blank.Any thoughts or suggestions on this? Thanks so much!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Passing JSON into a Controller to be processed’ is closed to new replies.