Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用烧瓶构建的 REST 网站,并使用其会话 cookie 功能来保持非常基本的“登录”(我不需要安全性)。
我正在尝试实现 iodocs 文档。“/login”工作正常,我还看到了发送 cookie 的响应,但我不知道如何告诉 iodocs 为下一次 API 调用保留该 cookie。
任何帮助(不需要我的网站更改为 OAuth)都会非常受欢迎。