Get http request on answer output for "Http request" node

Hello,
I’m working with the “Http request” node and i would like to backup answer and request of each “Http request”. @Jon help me to Get http header of my answer but i also would like the body origin and the input value of my “Http request” node.

Many thanks for you help.

Hey @michael75,

When you say input value what do you mean like the URL and other parameters?

Yes, URL from and also body, headers… the full request. thanks

Hey @michael75,

How are you trying to use it? You can get the parameters for a node by using $('node name').params['name'] if you check the example below the set node will output the Body, Headers, Status code and the URL / Method for the http request node before it.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.