搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Page Info not available if credential prompt shown

  • 4 个回答
  • 1 人有此问题
  • 4 次查看
  • 最后回复者为 vbokashov

more options

Opening a simple web page protected with IIS authentication Firefox pops up a credential prompt. At that moment I cannot check if connection secure as Page Info is not available, as well as any other Firefox option or shortcut. That could be by design but extremely unfriendly as how can I know site is secure before type my credentials?

Opening a simple web page protected with IIS authentication Firefox pops up a credential prompt. At that moment I cannot check if connection secure as Page Info is not available, as well as any other Firefox option or shortcut. That could be by design but extremely unfriendly as how can I know site is secure before type my credentials?

所有回复 (4)

more options

Sample site that is doing that?

more options

Well, it is mostly applicable to the sites where, for example, we use Windows authentication. Or login to O365 using SSO we can be prompted with credential.

more options

Page Info probably wouldn't help in such a case because the domain in the current tab might be different. If you aren't sure then cancel the prompt to get an error page and access Page Info or the Network Monitor.

more options

Thank you for the idea. Unfortunately it doesn't look like a solution because even if I cancel and check the page info next time when I login how do I know I'm connecting to the same site/page? Frankly the issue easily reproduce on all other browsers as well so I suspect that is a standard API like 'window.prompt" (https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt): "Dialog boxes are modal windows; they prevent the user from accessing the rest of the program's interface until the dialog box is closed."