Basic Authentication

In this lesson, we will learn about handling basic authentication for a given API.

We'll cover the following...

What is basic authentication?

The basic authentication scheme requires the user to send the access credentials encoded in base64 or send an authorization token. REST Assured provides an easy way to configure and handle the credentials/token that the request requires.

The authentication is applicable to any HTTP Request like GET, PUT, ...

Access this course and 1400+ top-rated courses and projects.