HTTP Request
最新の更新:2025-04-07

HTTP Request

The HTTP Request Node enables developers to send requests to external services via the HTTP protocol, facilitating data retrieval, submission, and interaction. It supports multiple HTTP request methods and allows developers to configure request parameters, headers, authentication information, request bodies, and other settings to meet diverse data interation requirements.

Additionally, the HTTP Request Node provides timeout configurations and retry mechanisms to ensure request reliability and proper handling of data.

Node Configuration

image.png

When implementing data retrieval, submission, and other functionalities using an HTTP Request Node, developers typically need to configure parameters such as API, request parameters, headers, authentication, request body, etc.

  • Authentication: Supports None, Bearer Token, Basic Auth, and Service Auth methods, enabling quick input of authentication information to complete the authentication.

  • Request Line: Supports mainstream request methods including GET, POST, PUT, DELETE, and PATCH.

  • Body: Supports standard formats such as form-data and x-www-urlencoded.

  • Params/Headers/Cookies: Supports configuration of corresponding parameters.

  • Timeout Configuration: Allows setting a timeout duration in seconds. Requests exceeding this threshold will be terminated automatically.

Node Output

image.png

Output parameters of this node must be configured to precisely align with the actual response structure and keys returned by the HTTP request.