Skip to main content

Basic Authentication in Katalon Studio

Basic authorization is the simplest authorization for a request, which involves sending a verified username and password with your request. With basic authentication, you need to input your credentials to authenticate the request. These credentials will be encoded into the authorization request headers.

Use basic authentication in Katalon Studio

To use basic authentication in Katalon Studio, do as follows:
  1. In the Authorization tab of a web service request, set the Type as Basic.
    basic authentication
  2. Pass in your username and password to authenticate the request, then click on Update to HTTP Header.

The username and password are encoded to the Authorization request of the HTTP Header tab, as you can see below.

basic authorization