You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to use Azure Relay to expose a service that requires NTLM authentication, NTLM authentication seems to be based on a connection level, in our tests, sending multiple requests at the same time, all of them result in a 400 error, possibly because it's starting the NTLM session on the same connction. When doing 1 NTLM negotiation/request at the same time, everything works correctly.
It would be nice to be able to configure the HTTP request handling, so that 1 incoming connection matches 1 outgoing connection in the HTTP request handling in Azure.
The text was updated successfully, but these errors were encountered:
We're trying to use Azure Relay to expose a service that requires NTLM authentication, NTLM authentication seems to be based on a connection level, in our tests, sending multiple requests at the same time, all of them result in a 400 error, possibly because it's starting the NTLM session on the same connction. When doing 1 NTLM negotiation/request at the same time, everything works correctly.
It would be nice to be able to configure the HTTP request handling, so that 1 incoming connection matches 1 outgoing connection in the HTTP request handling in Azure.
The text was updated successfully, but these errors were encountered: