Skip to content

Get Header

Purpose of the Node

This node is designed to extract the value of a specified header from an incoming HTTP request. It takes an HTTP request object and a header name as inputs, and outputs whether the header was found and its corresponding value.

Pins

Pin NamePin DescriptionPin TypeValue Type
RequestThe HTTP request from which to extract the header.StructHttpRequest
HeaderThe name of the header to extract.StringString
FoundIndicates whether the specified header was found in the request.BooleanBoolean
ValueThe value of the specified header. If the header is not found, an empty string is returned.StringString