Skip to main content
Adds basic HTTP authentication to a connection, so every request carries a username and password. Use this for services that ask you to “log in with a username and password” over HTTP. Once set up, the credentials are attached to each request automatically; you never send them by hand.

Fields

Sample data

This feature configures a connection rather than transforming data, so there is no before/after to show. A typical setup looks like this:
FieldValue
Usernameyour-username
Passwordyour-password