Example HTTP request with an "Authorization" header for basic authentication. The "Authorization" header contains the word "Basic" followed by a base64-encoded username and password. This is a basic authentication scheme where the server can decode the credentials to authenticate the client.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment