我有一个网页,每5分钟刷新一次客户详细信息.我已经通过基本和标准的htaccess和htpassword文件类型登录系统为它添加了用户名密码,因为该文件的一部分包含公司数据.
但是我需要在我的工作PC上打开这个相同的网页,这是一个连接到显示屏的安全PC以显示它.
在断电或互联网断开连接时,PC有一个启动文件,其中包含此网页的快捷方式,因此它会自动显示,但不会从401授权登录表单中停止.所以在我填写细节之前不要去.
有没有办法我可以使用PHP或javascript或jquery代码保存文件,以便它可以提供用户名密码并打开网页(甚至作为iframe)?
无需担心文件的安全性 – PC被锁在一个柜子里,只有一小组通风孔,显示器电缆从显示器出来,另一个小孔到达电源按钮.
如果你知道在Android上这样做也让我知道.
找到答案!!请看下面的帖子!
解决方法:
UPDATE: This answer may no longer work in newer browsers.
Because phishing people use @ and : marks in URL to hide URLs. For
example in a URL like www.facebook.com:somelongtext@www.notfacebook.com
user will oversee @notfacebook.com part and enter login details to a phishing webpage without noticing the latter. So Now either this method will not simply work or
either you will see a warning saying this URL maybe a phishing site. So even if it’s a private webpage where only you have access to it browser will try its protective mechanisms.
找到答案了!
可以从URL本身传递它!
http://username:password@www.yourdomain.com
并且url的内容也会被隐藏
我也知道全球兼容!