Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow control over HTTP connection use #101

Open
jerbob92 opened this issue Nov 11, 2024 · 0 comments
Open

Allow control over HTTP connection use #101

jerbob92 opened this issue Nov 11, 2024 · 0 comments

Comments

@jerbob92
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant