http - Accessing request headers with Zapier Webhook triggers -


is there way retrieve http headers when using zapier webhook triggers? catch hook , catch raw hook triggers headers doesn't seem available in later steps (even using code step).

for example like:

curl -h 'content-type: application/json' \      -h 'x-webhook-signature: abc123!'      post -d '{"secret": "i banana"}'      https://hooks.zapier.com/hooks/catch/123/abc/ 

how read value of x-webhook-signature value in zapier in or after webhook trigger?

this important headers contains authentication information without cannot verify authenticity nor identity of sender. it's great security issue.

david here, zapier platform team.

sorry bearer of bad news, isn't support in our webhooks app. if proxy server isn't option, might possible write custom cli app catch hooks. has access incoming header , copy information body. tricky part of no longer have benefit of single url throw hooks @ - each zaps broadcasts url when it's turned on. success depend on being able capture broadcast somewhere , adjust data accordingly.

again, sorry isn't possible now. ​let me know if you've got other questions!


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -