标签: javascript node.js typescript authentication
我有一个使用Windows身份验证的rest API。如何从节点js调用windows authenticate rest API
在角度js中,我可以将当前的windows用户参数传递给API使用这些命令。
$ httpProvider.defaults.useXDomain = true; $ httpProvider.defaults.withCredentials = true;
$ httpProvider.defaults.useXDomain = true;
$ httpProvider.defaults.withCredentials = true;