Skip to content

Set Header

The Set Header node is designed to modify the headers of an HTTP request before it is sent. It takes an HTTP request and two strings representing the header name and value, and then sets the specified header on the request.

Pin NamePin DescriptionPin TypeValue Type
RequestThe HTTP request to modifyStructHttpRequest
NameThe name of the header to setStringNormal
ValueThe value of the header to setStringNormal
Request OutThe modified HTTP request with the new header addedStructHttpRequest