Discuss this help topic in SecureBlackbox Forum

HTTPS: Setup digest or NTLM authentication

NTLM authentication works only on Windows. If you need to use NTLM ("Windows Integrated") authentication, set UseNTLMAuth property of TElHTTPSClient class to True. Note that NTLM authentication is almost never used on public hosts. It is mostly used in Intranets. By default Windows credentials are used, but you can specify custom username and password for NTLM authentication as well.

If you need to use Digest authentication, set UseDigestAuth property of TElHTTPSClient class to True. You need to specify custom username and password for Digest authentication as well.

How To articles about client-side HTTPS questions

Discuss this help topic in SecureBlackbox Forum