WinHTTP IWinHttpRequest iface - cookie 处理 - 如何从响应中获取 cookie?
我正在使用 WinHTTP IWinHttpRequest 对象。我确实 POST 到 https 域,并使用凭据指定请求正文。该站点预计会在 HTTP 响应中返回 cookie。该代码在 Wininet 中工作 - 但我不知道如何在 WinHTTP 中从 HTTP 响应中获取 cookie?
有人可以帮忙吗?
多米尼克
I'm using WinHTTP IWinHttpRequest object. I do POST to a https domain specyfying a request body with credentials. The site is expected to return cookies in HTTP response. The code works in Wininet - but I don't know how in WinHTTP to get cookies from the HTTP response?
Can anybody help?
Dominik
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将从 WinHTTP 中的 Cookie 处理 开始MSDN 上的文章。
如果您想手动执行操作,可以抄袭以下(丑陋的)VB 代码示例:http://www.devnewsgroups.net/group/microsoft.public.exchange.development/topic58495.aspx)
I would start with the Cookie Handling in WinHTTP article on MSDN.
If you want to do things manually, here's an (ugly) VB code sample you can crib from: http://www.devnewsgroups.net/group/microsoft.public.exchange.development/topic58495.aspx)