ComfyUI Node

HTTP POST Request

A ComfyUI node in HTTP/Methods with 13 inputs and 4 outputs.

By wawahuy·Created about a year ago·Updated 10 months ago· 12
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)

NameTypeDefaultDescription
urlSTRINGhttps://api.example.com/data
content_typeCOMBOjson4 options: json, form, raw, form-data
sessionoptHTTP_SESSION
authoptHTTP_AUTH
headersoptSTRING{}
json_dataoptSTRING{}
form_dataoptHTTP_FORM_DATA
raw_dataoptSTRING
timeoutoptINT301–300
verify_ssloptBOOLEANtrue
allow_redirectsoptBOOLEANtrue
cookiesoptSTRING{}
proxy_urloptSTRING

Outputs (4)

NameTypeDescription
status_codeINT
headersSTRING
contentSTRING
jsonSTRING