Nodes/ComfyUI-InoNodes/Ino Http Call
ComfyUI Node

Ino Http Call

Makes an HTTP request (GET/POST/PUT/DELETE/PATCH) and returns the response.

By nobandegani·Created about a year ago·Updated 28 days ago· 5
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)

    NameTypeDefaultDescription
    enabledBOOLEANtrue
    urlSTRINGhttp://127.0.0.1:3313/health
    request_typeCOMBO5 options: get, post, put, delete, patch
    headersSTRING{"Connection": "keep-alive"}
    json_payloadSTRING
    trust_envoptBOOLEANfalse
    allow_redirectsoptBOOLEANfalse
    max_retriesoptINT101–50

    Outputs (4)

    NameTypeDescription
    successBOOLEAN
    status_codeINT
    messageSTRING
    responseSTRING