Closed reidleingod closed 3 years ago
Try using NTLMAuthClient
rest.client.impl=com.qmetry.qaf.automation.ws.client.NTLMAuthClient
This is not right place for asking questions or seeking help. It is recommended to post questions with details in users group or in stack-overflow with qaf tag.
Oh, pardon @cjayswal .
Thank you for providing the links!
Hello!
Need help making JSON requests work with NTLM authentication. We've been using Bearer Token auth type - which works fine - until we have this project that requires NTLM auth instead. I am not sure whether QAS supports JSON requests with NTLM auth but I have tried a lot of formats in the JSON file but no luck making it work. Or is there a correct format/approach? Here's the last request format I have tried with NTLM auth credentials: username, password, and domain:
Thanks in advance!