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.
我有使用 Spring 3 的 REST Web 服务。这里的客户端是 HTML。如何实现用户名和密码身份验证。
HTML 客户端在标题中发送用户名和密码。
如何在一个地方获取该标头并在 Spring REST 服务中对用户进行身份验证。