Support Windows Authentication

Feature RequestQuestion
Is there any way to implement plugin supports NTLM/Kerberos auth?
When I try to negotiate NTLM request it closes connection instead of keeping it alive.
So NTLM does not work as expected.
HTTP(s) globalAgent has a keepAlive property set to ‘true’
Windows2025.3.1
Can you provide more detail? Are you trying to write an NTLM plugin yourself? If so, can you post the code so I can see what you’re doing?
Sure!
Thanks for that! I think this should start working if I make the plugin-triggered requests share the same connection as the original
Not sure if you're still using Yaak, but I've added NTLM in the latest beta. I don't have a proper server to test against, though, so help here would be appreciated!
https://yaak.app/blog/2025.9.0-beta.4
https://yaak.app/blog/2025.9.0
NTLM does not work in the current form - tested with the latest 2026.2.0 and also 2026.2.1-beta1.
The following public site can help with authentication tests:
https://authenticationtest.com/
The bad thing is that there are no visible traces in the timeline that could have helped with the diagnostics. The current approach for displaying the results washes up too much of the raw data, thus hiding details that could be important.
The only visible cue is the message “Plugin error: Couldn’t find NTLM in the message type2 coming from the server” displayed on top of the response area.