express-ntlm icon indicating copy to clipboard operation
express-ntlm copied to clipboard

Reverse proxy support?

Open tomer953 opened this issue 6 months ago • 10 comments

Hi,

The new version 2.7.0 states:

"Support usage behind a proxy if the application can distinguish its user"

We desperately need a solution to work behind reverse proxy (backend served with apache/traefik) and currently the ui is access the api directly without the proxy, which adds a lot of complexity to the infrastructure settings.

what do you mean by: "if the application can distinguish its user" ? should we pass something from the UI?

previously when we used Ntlm with reverse proxy, when we had two users make request at the same time, they got mixed responses (user1 get user2 response)

I hope we can solve this with the new version!

tomer953 avatar Nov 08 '23 17:11 tomer953