Pular para o conteúdo principal

HTTP Request

Actions

HTTP Request

Make an HTTP request

Node typehttpRequest
CategoriaActions
Setups obrigatoriosNenhum

Painel de configuracao

Esta visualizacao usa o frontend real do ConfigPanel em modo embed, carregando um no de exemplo com o JSON base desta documentacao.

Preview real do painel

Nao foi possivel carregar o painel embedado automaticamente.

JSON base do node
{
  "_nodeType": "httpRequest",
  "url": "",
  "method": "GET",
  "headers": {},
  "body": "",
  "contentType": "",
  "resultKey": "httpResponse",
  "timeoutSeconds": 30,
  "bodyType": "json",
  "queryParams": [],
  "auth": {},
  "captureResponseHeaders": false
}

Portas

Entradas

Input
input · control

Saidas

Output
default · control

Objetos filhos e estruturas aninhadas

KeyValueEntry

Key-value query parameter

CampoTipoObrigatorioDescricao
keystringSimParameter key
valuestringSimParameter value
enabledbooleanNaoWhether this parameter is active

HttpAuthConfig

HTTP authentication configuration

CampoTipoObrigatorioDescricao
typestringSimAuth type
bearerTokenstringNaoBearer token (Handlebars)
basicUsernamestringNaoBasic auth username
basicPasswordstringNaoBasic auth password
apiKeyValuestringNaoAPI key value
apiKeyNamestringNaoAPI key header/param name
apiKeyInstringNaoWhere to send API key