Nabrio Help
Nabrio Help

Getting Started

Nara Overview

Understanding Nara

Using Nara

Components

Email InitializationEmail SendExport ImageExport TextHTTP Client CreateHTTP Client RequestModbus Client InitializationModbus Client ReadModbus Client WriteMQTT Client InitializationMQTT Client PublishPATLITE LA6POE InitializationPATLITE LA6POE WriteTCP/IP Client InitializationTCP/IP Client SendBasler CameraClient Media InputIP Camera InputServer Media InputWebcam

Miscellaneous

Nomenclature
Troubleshooting
Notice and DisclaimerEULA
NodesIo

HTTP Client Create

Slot Usage: 2
Child Nodes
HTTP Client Request
HTTP Request Polling Trigger

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 required

Base 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

boolean

Controls whether requests use HTTPS by default.

If protocol is explicitly included in Host, that explicit protocol takes priority.

Authorization Type

string

Authentication mode:

  • NONE
  • BASIC
  • BEARER
  • API_KEY

Select one mode based on your API authentication requirement.

Basic Auth Username / Password

string

Credentials sent as HTTP Basic authentication.

Used only when Authorization Type is BASIC.

Bearer Token

string

Access token attached to request authorization headers.

Used only when Authorization Type is BEARER.

API Key Name / Value / Add To

string

API 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 required

Default 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

string

Underlying HTTP engine behavior:

  • STANDARD
  • FALLBACK
  • STANDARD_WITH_FALLBACK

Choose fallback modes when interoperability issues occur with certain servers.

Output

This node does not provide custom output fields.

Export Text

Previous Page

HTTP Client Request

Next Page

On this page

OverviewInputHostUse HTTPSAuthorization TypeBasic Auth Username / PasswordBearer TokenAPI Key Name / Value / Add ToCommon HeadersClient FrameworkOutput