ComfyUI Node
HTTP OPTIONS Request
A ComfyUI node in HTTP/Methods with 9 inputs and 5 outputs.
HTTP OPTIONS Request
- session
- auth
- status_code
- headers
- allowed_methods
- cors_headers
- content
◄urlhttps://api.example.com/data►
◄headers{}►
◄timeout30►
◄verify_ssltrue►
◄allow_redirectstrue►
◄cookies{}►
◄proxy_url►
CategoryHTTP/Methods
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| url | STRING | https://api.example.com/data | — |
| sessionopt | HTTP_SESSION | — | |
| authopt | HTTP_AUTH | — | |
| headersopt | STRING | {} | — |
| timeoutopt | INT | 301–300 | — |
| verify_sslopt | BOOLEAN | true | — |
| allow_redirectsopt | BOOLEAN | true | — |
| cookiesopt | STRING | {} | — |
| proxy_urlopt | STRING | — |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| status_code | INT | — |
| headers | STRING | — |
| allowed_methods | STRING | — |
| cors_headers | STRING | — |
| content | STRING | — |