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.
有时我想允许用户登录到您自己的门户,并且我想允许他/她查看 WebMail 而无需任何额外的日志记录。您可以通过简单地在 URL 中传递日志凭据来做到这一点。
您可以使用的链接应如下所示:
http://yoursite/mail/login.html?username=user&password=pass
有几种方法可以做到这一点: