Skip to content

SetUrlNode

Purpose of the Node

This node is used to modify the URL of an existing HTTP request. It accepts an HTTP request and a new URL as inputs, and outputs the modified request with the new URL.

Pins

Pin NamePin DescriptionPin TypeValue Type
RequestThe existing HTTP request whose URL needs to be set.StructHttpRequest
UrlThe new URL to be set for the HTTP request.StringNormal
Request OutThe modified HTTP request with the updated URL.StructHttpRequest