cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this solution

Hi all,

 

nowhere it was specified that it just needs to use php://input DO NOT USE $_GET, $_POST, $_REQUEST, that will give blank value only, just use following to get webhook results

 

json_decode(file_get_contents('php://input'), true);

 

cheers

View solution in original post

forward
Member
Who Me Too'd this solution