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 请求的应用程序。使用基本身份验证将节省大量计算资源,因为我不必计算签名。此外,文档会简单得多。你怎么认为?
是的。基于 SSL 的基本身份验证实际上比没有 SSL 的 Digest 更强大。
但是,与计算哈希相比,SSL 的开销要高得多,因此没有性能提升。