来自凭据提供程序 DLL 的 HTTPS 请求
我一直在创建一个凭据提供程序 DLL,它在允许登录之前通过互联网进行身份验证。然而,这并没有达到我预期的效果,因为我的 WinHTTP 请求没有被发送。我已经使用 wire shark 确认了这一点。但我不明白为什么它没有发送任何请求。我已经检查过我的代码实际上正确地调用了这些函数 - 确实如此。但 http 请求永远不会成功。我现在有点困惑,我想知道登录时是否存在针对 https 请求的全面阻止。
I've been creating a Credential Provider DLL that authenticates via the internet before allowing login. However this hasn't worked as well as I expected because my WinHTTP request isn't getting sent. I've confirmed this using wire shark. but I can't figure out why it's not sending any requests off. I've checked that my code is actually calling the functions properly - and they are. But the http request never makes it off. I'm slightly confused at this point and I'm seeking to know if there is some blanket block against https Requests at login.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 C++ CP-V2< /a>,这样您就可以轻松地使用 CPPRESTSDK 库。
注意:您必须注意您使用的 DNS 地址和数字证书必须有效。
If you are using C++ CP-V2, so you can use easily from CPPRESTSDK library.
Note: You must note the DNS address and the digital certificate you are using must be valid.