Allen Helton
Feb 22, 2021

--

Basic auth should be a base 64 encoded string of your username and password. Take the username and password, put them like this:

username:password

Then base64 encode that and set that to your variable.

--

--

Allen Helton
Allen Helton

Written by Allen Helton

I am an AWS serverless hero with a strong focus on API design and standardization, event-driven architectures, and software automation.

Responses (1)