Groovy Script
Description
This script performs the following operations:- NTLM Credentials Definition
- NTCredentials are created with username, password, domain, and workstation information.
- Credentials Provider
- An NTLM-enabled credentials provider is defined for Apache HttpClient.
- SSL Trust Override
- Hostname verification is disabled
- A GET request is sent to the protected endpoint using the NTLM-enabled HttpClient.

