Daniel (dB.) Doubrovkine

Results 3326 comments of Daniel (dB.) Doubrovkine

IMO, I think those could all be extracted into a separate project.

It looks like you have a `Authorization: Negotiate` header without a token value and Waffle never expects that. The protocol says it's supposed to be followed by a token, AFAIK....

This looks like something we should implement, PRs with tests welcome!

There's quite a bit in https://github.com/dblock/waffle/blob/master/Docs/SettingUpDevelopmentEnvironment.md, and maybe as you work through it you can contribute for the next person to get started.

Is the negotiation NTLM or Kerberos? NTLM is a connection-oriented protocol, so you need to maintain the same connection throughout the negotiation process.

Right, but shouldn't the proxy be a 1:1 mapping to client's connections in terms of sockets opened? Is it serving multiple clients on the same outgoing connection?

Nice. Can you please PR the actual fix? See https://github.com/Waffle/waffle#contributing

You should be able to turn this into a spec, which will make it easy to fix. Thanks for reporting it.