HTTP and NTLMv2 authentication (wodHttpDLX)

by dirk@woodstone.nu, (1820 days ago)

Hi,


Is the HTTP component able to use NTLMv2 authentication too or just NTLMv1?

dirk.

locked

HTTP and NTLMv2 authentication

by Jasmine, (1819 days ago) @ dirk@woodstone.nu

Hi Dirk,

wodHttpDLX supports only NTLMv1 type of authentication.

Regards,
Jasmine.

locked

HTTP and NTLMv2 authentication

by dirk @, (1819 days ago) @ Jasmine

Hi Dirk,

wodHttpDLX supports only NTLMv1 type of authentication.

Regards,
Jasmine.

Any plans to add ntlmv2?

locked

HTTP and NTLMv2 authentication

by Jasmine, (1819 days ago) @ dirk

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.

locked

HTTP and NTLMv2 authentication

by Jasmine, (1813 days ago) @ Jasmine

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.

locked

HTTP and NTLMv2 authentication

by dirk@woodstone.nu, (1806 days ago) @ Jasmine

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

locked

HTTP and NTLMv2 authentication

by Jasmine, (1805 days ago) @ dirk@woodstone.nu

Hi Dirk,

Both for page authentication and proxy authentication are supported.

Regards,
Jasmine

locked

HTTP and NTLMv2 authentication

by dirk@woodstone.nu, (1805 days ago) @ Jasmine

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.

locked

HTTP and NTLMv2 authentication

by Jasmine, (1804 days ago) @ dirk@woodstone.nu

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.

locked