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.
有时我会看到以下类型的对话框询问用户名/密码。我想知道我们是否可以将它添加到 java web 应用程序
您看到的对话框似乎来自与 Windows 安全性集成的 Web 应用程序。以下是您可以在 java 领域中执行此操作的几种方法。
这可能会与 Basic-Authentication (在此处检查配置基本身份验证 )混淆,它也提供了一个类似的对话框,但与上面的不同。