ComfyUI Node
Call Remote URL
A ComfyUI node in SGNodes/Network with 5 inputs and 3 outputs.
Call Remote URL
- passthrough
- PASSTHROUGH
- STATUS_CODE
- RESPONSE_BODY
◄url►
◄method▾►
◄body►
◄headers{}►
CategorySGNodes/Network
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| url | STRING | Target URL string | |
| method | COMBO | HTTP method (GET, POST, etc.) | |
| passthrough | COMFY_MATCHTYPE_V3 | Any type, passed through to output. Useful for execution ordering. | |
| bodyopt | STRING | Request body string | |
| headersopt | STRING | {} | JSON string of request headers |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| PASSTHROUGH | COMFY_MATCHTYPE_V3 | — |
| STATUS_CODE | INT | — |
| RESPONSE_BODY | STRING | — |