I\'m trying to test a simple PHP page using the Chrome extension Postman. When I send URL parameters, the script works fine (eg the variables are available in the $_RE
$_RE
I was having the same problem. To fix it I added the following headers:
Content-Type: application/json
I had to manually add the content type even though I also had the type of "json" in the raw post field parameters.