使用 Suds 在 SOAP 请求中发送 cookie
我正在尝试使用 Suds 访问 SOAP API。 SOAP API 文档指出我必须提供三个 cookie 以及一些登录数据。我怎样才能做到这一点?
I'm trying to access a SOAP API using Suds. The SOAP API documentation states that I have to provide three cookies with some login data. How can I accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设置具有所需名称/值对的“Cookie”HTTP 请求标头。这就是 Cookie 值通常在基于 HTTP 的系统中传输的方式。您可以在同一个 http 标头中添加多个键/值对。
单个 Cookie
多个Cookie(以分号分隔)
Set a "Cookie" HTTP Request Header having the required name/value pairs. This is how Cookie values are usually transmitted in HTTP Based systems. You can add multiple key/value pairs in the same http header.
Single Cookie
Multiple Cookies (seperated by semicolons)