ComfyUI Node
HTTP POST Request
A ComfyUI node in HTTP/Methods with 13 inputs and 4 outputs.
HTTP POST Request
- session
- auth
- form_data
- status_code
- headers
- content
- json
◄urlhttps://api.example.com/data►
◄content_typejson►
◄headers{}►
◄json_data{}►
◄raw_data►
◄timeout30►
◄verify_ssltrue►
◄allow_redirectstrue►
◄cookies{}►
◄proxy_url►
CategoryHTTP/Methods
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| url | STRING | https://api.example.com/data | — |
| content_type | COMBO | json | 4 options: json, form, raw, form-data |
| sessionopt | HTTP_SESSION | — | |
| authopt | HTTP_AUTH | — | |
| headersopt | STRING | {} | — |
| json_dataopt | STRING | {} | — |
| form_dataopt | HTTP_FORM_DATA | — | |
| raw_dataopt | STRING | — | |
| timeoutopt | INT | 301–300 | — |
| verify_sslopt | BOOLEAN | true | — |
| allow_redirectsopt | BOOLEAN | true | — |
| cookiesopt | STRING | {} | — |
| proxy_urlopt | STRING | — |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| status_code | INT | — |
| headers | STRING | — |
| content | STRING | — |
| json | STRING | — |