Built-in apps

HTTP

8min



HTTP is the fundamental component of data transfer for the World Wide Web. With the HTTP app in , you can download web pages, access files, make API calls, and trigger webhooks.

You do not need to establish a connection to use most of the HTTP app modules.

HTTP modules

Select a module of the HTTP app based on the authentication requirements of the resource you want to use. To use modules that require authentication, you have to create a connection first.

Actions

Feeders

Generate JSON Web Tokens (JWT)

If you need to connect to an API or send messages that requires JWT authentication, you can create a JWT via the HTTP module using the HS256 or HS512 algorithms. Make allows creating a JWT with the help of custom or built-in functions.