I save what I add to my Plex to a database via a webhook page… It was working fine with
$data = json_decode($_REQUEST['payload']);
However, it returns empty - not sure when this started to happen.
Has something changed? Does it send the JSON differently these days (eg. not in $_REQUEST)? Even tried $_POST/$_GET, empty as well.
TIA