mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated webhooks headers
This commit is contained in:
@@ -65,7 +65,7 @@ class WebhooksV1
|
||||
[
|
||||
'Content-Type: application/json',
|
||||
'Content-Length: '.strlen($payload),
|
||||
'X-'.APP_NAME.'-Event: '.$event,
|
||||
'X-'.APP_NAME.'-Webhook-Event: '.$event,
|
||||
'X-'.APP_NAME.'-Webhook-Name: '.$name,
|
||||
'X-'.APP_NAME.'-Webhook-Signature: '.$signature,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user