Node.js NTLM HTTP Authentication, how to handle the 3 types

后端 未结 4 557
遥遥无期
遥遥无期 2021-01-12 18:39

I\'m trying to get NTLM Authentication working w/ Node.js. I\'ve been reading this ( http://davenport.sourceforge.net/ntlm.html#theNtlmMessageHeaderLayout ). I send the head

4条回答
  •  孤街浪徒
    2021-01-12 18:55

    Have you looked at NTLMAPS?

    You may be able to solve your problem by using it as a proxy server, but if you really want to implement NTLM auth in Javascript, then NTLMAPS provides lots of working code to study.

提交回复
热议问题