Webhooks are sent with invalid Content-Type header #3989
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Steps to Reproduce
Expected Behavior
The HTTP Content-Type header should be set to either
application/json
orapplication/x-www-form-urlencoded
(whichever is specified in the Webhook defition).Observed Behavior
The Content-Type is set to either
JSON
orForm data
.The text was updated successfully, but these errors were encountered: