Nginx $http_authorization Variable: Authentication & Authorization
$http_authorization is an nginx variable that contains the authorization header sent by the client in the HTTP request. This header typically includes the user credentials (username and password) encoded in base64. Nginx can use this variable to authenticate and authorize requests based on the credentials provided. It can also be used for server-side scripting and logging purposes.
原文地址: https://www.cveoy.top/t/topic/oA1p 著作权归作者所有。请勿转载和采集!