我對HTTPS和HTTP身份驗證憑證有疑問。通過URL和加密傳遞的HTTP基本身份驗證憑證
想我確保URL與HTTP認證:
<Directory /var/www/webcallback>
AuthType Basic
AuthName "Restricted Area"
AuthUserFile /var/www/passwd/passwords
Require user gooduser
</Directory>
我再從遠程系統訪問該網址通過HTTPS,合格證書的網址:
https://gooduser:[email protected]/webcallback?foo=bar
請問用戶名和密碼是否自動進行SSL加密? GET和POST也一樣嗎?我很難用這些信息找到一個可靠的來源。
相關:[用戶名和密碼在https url](http://stackoverflow.com/questions/4980912/username-and-password-in-https-url) – 2015-02-04 02:25:34