Skip to main content

I have a webhook to make a POST request to my API (a sign-in).
Sign-in credentials come in the headers response. But i can’t access to the headers…!

How can we access the header response? In the output of the webhook there is only the data but no header.

 

I think i can do it with Python code but this is so dumb. Why not put the headers in the outputs of the webhook?

Hi @AlexWikio 

You may have to use a Code step to make the API request for more flexibility in handling the response.


Reply