Rest API - Get Method - Basic Authorization type with domain getting 401 Unauthorized

Hi,

This is my first day of use for Katalon Studio and got stuck on this basic authorization functionality.

I’m just trying to do the GET method with basic authorization (already added it to HTTP Header).

We have a domain and which was also added but still getting the 401 - Unauthorized: Access is denied due to invalid credentials. I’ve tried to decode the base64 for the credentials and it was displaying the correct values. However, I’m not sure if it is sending the request correctly. Could anyone please help so I could continue on my test?

I am using Katalon Studio Enterprise Version 7.2.1.

Thank you

Add some more details, like screenshots of the configured settings, any code used, etc etc

Already found out that Katalon doesn’t support NTLM authentication yet at the moment (which worked for Postman and SoapUI via NTLM). Hoping for Katalon to add the NTLM authentication in their next release.