- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,408
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Hi,
I am building a callback page for a webhook to be posted to. I am able to get the json body and work with that through
PHP:
However whenever I try to access the headers, they are only showing the site UR. I have tried using Raw php of $_SERVER, $_REQUEST and all of the various getallheaders options out there but they all appear to be null.
The header is sending across a signature code that I need to validate to make sure its...
I am building a callback page for a webhook to be posted to. I am able to get the json body and work with that through
PHP:
$json = json_decode($app->request->getInputRaw(), true);
However whenever I try to access the headers, they are only showing the site UR. I have tried using Raw php of $_SERVER, $_REQUEST and all of the various getallheaders options out there but they all appear to be null.
The header is sending across a signature code that I need to validate to make sure its...
نام موضوع : Can not access header in webhook callback