ComfyUI Node
Ino Http Call
Makes an HTTP request (GET/POST/PUT/DELETE/PATCH) and returns the response.
Ino Http Call
- success
- status_code
- message
- response
◄enabledtrue►
◄urlhttp://127.0.0.1:3313/health►
◄request_type▾►
◄headers{"Connection": "keep-alive"}►
◄json_payload►
◄trust_envfalse►
◄allow_redirectsfalse►
◄max_retries10►
CategoryInoHttpHelper
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| enabled | BOOLEAN | true | — |
| url | STRING | http://127.0.0.1:3313/health | — |
| request_type | COMBO | 5 options: get, post, put, delete, patch | |
| headers | STRING | {"Connection": "keep-alive"} | — |
| json_payload | STRING | — | |
| trust_envopt | BOOLEAN | false | — |
| allow_redirectsopt | BOOLEAN | false | — |
| max_retriesopt | INT | 101–50 | — |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | — |
| status_code | INT | — |
| message | STRING | — |
| response | STRING | — |