HTTP Client Create
Overview
HTTP Client Create node defines reusable HTTP client settings such as host, authentication, and common headers.
Configure this node once, then reference it from one or more HTTP Client Request nodes.
Input
Host
string requiredBase endpoint host for requests, such as a domain or IP address.
You can provide only host, or include protocol and port when needed.
Use HTTPS
booleanControls whether requests use HTTPS by default.
If protocol is explicitly included in Host, that explicit protocol takes priority.
Authorization Type
stringAuthentication mode:
NONEBASICBEARERAPI_KEY
Select one mode based on your API authentication requirement.
Basic Auth Username / Password
stringCredentials sent as HTTP Basic authentication.
Used only when Authorization Type is BASIC.
Bearer Token
stringAccess token attached to request authorization headers.
Used only when Authorization Type is BEARER.
API Key Name / Value / Add To
stringAPI key settings for services that require key-based access.
Used only when Authorization Type is API_KEY.
Add To can be HEADER or QUERY.
Common Headers
array requiredDefault key-value headers applied to every request sent with this setup.
Header values can use Template Expressions for runtime-driven metadata such as correlation IDs.
Client Framework
stringUnderlying HTTP engine behavior:
STANDARDFALLBACKSTANDARD_WITH_FALLBACK
Choose fallback modes when interoperability issues occur with certain servers.
Output
This node does not provide custom output fields.