Http Request
Http Request
Section titled “Http Request”Makes a HTTP request and returns the response data
What it does
Section titled “What it does”Makes HTTP requests to external APIs and returns the response data.
When to use it
Section titled “When to use it”Use this node to call REST APIs, fetch data from web services, or integrate with external systems via HTTP.
Inputs and settings
Section titled “Inputs and settings”| Setting | Notes |
|---|---|
| Method | Source-backed field from the node schema. |
| URL | Source-backed field from the node schema. |
| Authentication | Source-backed field from the node schema. |
| Headers | Source-backed field from the node schema. |
| Query Params | Source-backed field from the node schema. |
| Body Content Type | Source-backed field from the node schema. |
| Body | Source-backed field from the node schema. |
| Follow redirects | Source-backed field from the node schema. |
| Max redirects | Source-backed field from the node schema. |
| Redirects | Source-backed field from the node schema. |
| Include response header and status | Source-backed field from the node schema. |
| Response format | Source-backed field from the node schema. |
| Response | Source-backed field from the node schema. |
| Timeout (ms) | Source-backed field from the node schema. |
| Options | Source-backed field from the node schema. |
Outputs
Section titled “Outputs”Returns node-specific output described by the implementation and visible in workflow execution data.
Dependencies and credentials
Section titled “Dependencies and credentials”- No explicit credential or node dependency is declared in the node description.
Example workflow
Section titled “Example workflow”Connect data into Http Request, configure the settings above, and use the output in the next workflow step.
Troubleshooting
Section titled “Troubleshooting”- Check that required settings are present before running the node.
- If the node uses browser page data, run it on the target tab after the page has loaded.
- If it calls an external service, verify credentials, permissions, and rate limits.
- This node has source tests; use them as the reference for edge-case behavior during maintenance.