HTTP Book (BDK)

A BDK Book containing operations for making HTTP requests.

📘

Note: These operations are part of the HTTP Book (BDK). To use this book, you need to first learn it in your agent.

Connectivity

This Book supports the following connectivity methods.

Note: If connect is set, "Authorization" header will be added automatically to the request and manually set "Authorization" header will be ignored.

Username and Password

Connect to the HTTP server using basic authentication.

LabelDescriptionType
UsernameThe username for basic authentication.text
PasswordThe password for basic authentication.text

Token URL, Client ID and Client Secret

Connect to the HTTP server using client credentials method.

LabelDescriptionType
Token URLThe token URL for client credentials.text
Client IDThe client ID for client credentials.text
Client SecretThe client secret for client credentials.text

Username and Password

Connect to the HTTP server using digest authentication.

LabelDescriptionType
UsernameThe username for digest authentication.text
PasswordThe password for digest authentication.text

Configuration

The following table details all the available configuration options for this Book.

ConceptDescriptionTypeDefault Value
timeoutGet the value of the timeout.number30
allow insecure transportGet the value of the allow insecure transport.booleanFalse

Configuration can be set or retrieved as shown in the following examples:

the department's HTTP's timeout is 30