HTTP
A BDK Book containing procedures for making HTTP requests.
Last updated
Was this helpful?
A BDK Book containing procedures for making HTTP requests.
Last updated
Was this helpful?
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.
Connect to the HTTP server using basic authentication.
Username
The username for basic authentication.
text
Password
The password for basic authentication.
text
Connect to the HTTP server using client credentials method.
Token URL
The token URL for client credentials.
text
Client ID
The client ID for client credentials.
text
Client Secret
The client secret for client credentials.
text
Connect to the HTTP server using digest authentication.
Username
The username for digest authentication.
text
Password
The password for digest authentication.
text
The following table details all the available configuration options for this Book.
timeout
Get the value of the timeout.
number
30
allow insecure transport
Get the value of the allow insecure transport.
boolean
False
Configuration can be set or retrieved as shown in the following examples:
Before using the Book’s procedures in an automation, you must learn the Book by adding it to your agent. Follow the steps below to get started.
In the left navigation bar, click on Books.
Click on + New Book.
Search for the Book's name. Click on the version tagged with bdk.
Note: If the Book requires connectivity, you will be prompted to provide configuration details.
Click Add to finish adding your Book.
After learning a Book, publish your agent and create a new Playground. Previously created Playgrounds will not be able to recognize the new Book.