HTTP and NTLMv2 authentication (wodHttpDLX)
Hi,
Is the HTTP component able to use NTLMv2 authentication too or just NTLMv1?
dirk.
HTTP and NTLMv2 authentication
Hi Dirk,
wodHttpDLX supports only NTLMv1 type of authentication.
Regards,
Jasmine.
HTTP and NTLMv2 authentication
Hi Dirk,
wodHttpDLX supports only NTLMv1 type of authentication.
Regards,
Jasmine.
Any plans to add ntlmv2?
HTTP and NTLMv2 authentication
Hi Dirk,
we didn't have requests for it so far, and such features are usually added on request.
We could add it, not a problem. It will take at least a week until we set up testing environment and do the coding, will get back to you.
Jasmine.
HTTP and NTLMv2 authentication
Dirk,
after trying to figure out testing environment and finding possible candidate to test wodHttpDLX, there is actually NTLMv2 support already in wodHttpDLX. However, currently we're not sure what server-side to use for testing it at all. If you have trouble with some proxy server, please let us know.
Jasmine.
HTTP and NTLMv2 authentication
Dirk,
after trying to figure out testing environment and finding possible candidate to test wodHttpDLX, there is actually NTLMv2 support already in wodHttpDLX. However, currently we're not sure what server-side to use for testing it at all. If you have trouble with some proxy server, please let us know.
Jasmine.
Is this only for the proxy authentication or also for the page authentication?
dirk
HTTP and NTLMv2 authentication
Hi Dirk,
Both for page authentication and proxy authentication are supported.
Regards,
Jasmine
HTTP and NTLMv2 authentication
Hi Dirk,
Both for page authentication and proxy authentication are supported.
Regards,
Jasmine
does this mean that we should set .Authentication to AuthNTLM for webpage authentication using ntlmv2?
dirk.
HTTP and NTLMv2 authentication
Hi Dirk.
authNTLM or authAutomatic both should work. Component will resend request with new authentication details when set to authAutomatic, both for proxies and page authentication.
Regards,
Jasmine.