标签: javascript jquery html
我正在研究一个Laravel项目。我有一条路线www.website.com/auth/register。我想要的是,当点击此页面时,应该要求他提供一些凭据。如果他输入的凭证不正确,那么他就不应该看到注册页面。
我看到一些网页要求进行身份验证才能看到它们。这是如何实现的?我想这些凭据是由浏览器在客户端处理的。请帮忙。
答案 0 :(得分:1)
我认为你在讨论BASIC Authentication method,它以纯文本形式交换凭据,并在Web服务器级别进行配置。
BASIC Authentication method
另请参阅:https://security.stackexchange.com/questions/988/is-basic-auth-secure-if-done-over-https
http://laravel.com/docs/4.2/security#http-basic-authentication