Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Page Info not available if credential prompt shown

  • 4 risposte
  • 1 ha questo problema
  • 4 visualizzazioni
  • Ultima risposta di 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?

Tutte le risposte (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."