Björn Weström

Results 11 issues of Björn Weström

When express-ntlm receives an unexpected NTLM message Type 3 it responds with 500 (internal server error). It would be more helpful to the client if it responds with 401 (unauthorized),...

enhancement

In some scenarios it can be difficult to know if a environment variable has been properly set before launching the plugin, especially on windows. Add some logging of important variables...

As some web servers are configured to require Extended Protection to allow authentication, it would be preferable that the plugin supports it.

enhancement

I just stumbled on this package, and I think it really fills a gap for corporate users where the certificate setup for Node.js is a struggle for many users. However,...

Autodetect proxy settings on Windows

### SpecFlow Version 3.9.74 ### Which test runner are you using? MSTest ### Test Runner Version Number 3.9.74 ### .NET Implementation .NET 6.0 ### Project Format of the SpecFlow project...

Bug

According to the docs of the ws library, the recommended way to implement authenticated websockets is by registering a listener for the 'upgrade' event on the ws server (see [the...