Recent searches
No recent searches
Webhooks do not honour 307 Temporary Redirects
Answered
Posted Dec 22, 2022
I have an issue with a webhook sent via a trigger.
The server is currently responding with a 307 temporary redirect response, which Zendesk is reporting as a successful call instead of honouring the redirect.
When sending the webhook manually through other systems, the redirect is followed and all is fine but when sending from Zendesk, the redirect is taken as a successful call and not repeated to the redirected URL.
1
1
1 comment
Jacqui T
As an update in case anyone else is experiencing the same problem - this is by design and there is no workaround on the Zendesk side. Webhooks sent from Zendesk apparently never follow redirects as a security measure, so endpoints must be configured to not require them.
0