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.
Given 是配置为反向代理的 Nginx 后面的应用程序。该应用程序需要用户通过 Web 表单和 HTTP POST 登录。是否有可能向 Nginx 提供通用技术用户的凭据并让它自动登录,这样用户就不必再显式登录了?
没有某种模块可能会很困难 :) 但如果它是一个内部应用程序,您可能会告诉 nginx 为每个请求添加某些标头并由它们进行身份验证。但如果它是一个生产应用程序,我不会走这条路:)