Adrian Jones
Adrian Jones
It even works in a .php file that bootstraps PW
@ryancramerdesign - `file_get_contents('php://input')` works just fine with a `POST` request with `application/x-www-form-urlencoded` content type in my PW bootstrapped endpoint.php file, so it's not an issue with how it's coming in....
Hi @ryancramerdesign - I wonder if it's because even though you are setting the content type to `application/x-www-form-urlencoded` you are actually posting JSON. In my case, the incoming headers are:...