是否可以从我的Web浏览器中查看需要HTTP身份验证的URL?

时间:2013-01-18 02:57:21

标签: php http authentication get

问题正是标题。我有页面的标题和授权,但我只是想知道是否可以通过Web浏览器查看它,而不是通过例如带有http GET请求的php。

如果我点击浏览器上的页面,我会得到:

HTTP Status 401 -

type Status report

message

description This request requires HTTP authentication ()

有没有办法将标题和身份验证代码放到浏览器中打开它并查看内容,或者这只是通过像php这样的脚本语言来处理?

1 个答案:

答案 0 :(得分:0)

通常,您可以使用以下语法为用户username提供密码为password的HTTP身份验证:

http://username:password@thesite.com/path/to/page.htm