Http Request Node
Performs an HTTP request.
Parameters
Label | Value Type | Description |
---|---|---|
URL | ValueInput | The URL to send the request to. |
Request Method | Select | The HTTP method to use for the request. |
Headers | ValueInput | Headers to include in the request. |
Body Type | Select | The type of the request body. |
Body | ValueInput | The body of the request. |
Timeout (ms) 0 to Disable | Number | Timeout in milliseconds (0 to disable). |
Response Type | Select | The type of the response. |
Variable for Response Body | ValueOutput | Variable to store the response body. |
Variable for Response Headers | ValueOutput | Variable to store the response headers. |