HTTPS 和 C++ - 这不是一场轻松的比赛吗?
我需要从 C++ MFC 应用程序访问受 HTTPS 保护的网站(HTML 或 XML),并且我想要一个简单的解决方案。 但我做了一些研究,在我看来,HTTPS 和 C++ 并不能很好地、轻松地协同工作。
HTTPS Web 访问有推荐的类库吗?应该很容易使用而且不会太贵。
I need to access a HTTPS protected website (HTML or XML) from an C++ MFC application and I would like an easy solution.
But I did a little research and it's seems to me HTTPS and C++ don't play nice and easy together.
Is there any recommended class library for HTTPS web access? Should be easy to use and not too expensive.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
libcurl 有 https 支持。查看这个示例。
libcurl has https support. Check out this example.
WinInet
请参阅下面的示例
WinInet
See sample below
另外请访问 www.chilkatsoft.com 。他们有很好的、易于使用的组件来完成这类事情。比 libcurl(甚至 wininet)更容易使用,而且价格也不贵。我用过他们的FTP/S组件,很好用。免费试用。
Additionally check out www.chilkatsoft.com . They have good, easy to use components to do this sort of stuff. Much easier to use than libcurl (or even wininet), and not expensive. I've used their FTP/S component, very nice to use. Free trial.