Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

I get a HTTP/1.1 401 Unauthorized message when I try and use a file exchange program. I use windows 7 professional and firefox ver 40.0.2.

  • 2 ответа
  • 3 имеют эту проблему
  • 76 просмотров
  • Последний ответ от bcounter50

more options

I use a file exchange program at http://www.psms-cpa.com/exchange.html It should pop up a login credentials box but I get HTTP/1.1 401 Unauthorized I use windows 7 professional, Firefox ver 40.0.2 It works fine on other computers using FIrefox ver 40.0.2 and it worked fine for years prior to 2 weeks ago.

I use a file exchange program at http://www.psms-cpa.com/exchange.html It should pop up a login credentials box but I get HTTP/1.1 401 Unauthorized I use windows 7 professional, Firefox ver 40.0.2 It works fine on other computers using FIrefox ver 40.0.2 and it worked fine for years prior to 2 weeks ago.

Выбранное решение

That page actually is a frame around a different site (https://client.psms-cpa.com/). You can load framed pages in a new tab by right-clicking the error page, expanding the "This Frame" submenu, then Open Frame in New Tab.

Firefox 40 no longer shows the basic authorization login prompt for a framed page that is hosted on a different server. This is to protect you from accidentally giving your credentials for the outer page to an attacker.

One option is to used the framed page directly, but if you prefer to disable this new protection, there is an option to do that. Of course, please be suspicious of this prompt appearing on other sites.

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful.

(2) In the search box above the list, type or paste auth and pause while the list is filtered

(3) Double-click the network.auth.allow-subresource-auth preference and edit the 1 to a 2 and click OK

  • 1 shows the login dialog only for framed pages, images, etc., hosted on the same site
  • 2 allows the login dialog for framed pages, images, etc., hosted on any site

That should take effect the next time you reload the outer page (your original address).

Прочитайте этот ответ в контексте 👍 3

Все ответы (2)

more options

Выбранное решение

That page actually is a frame around a different site (https://client.psms-cpa.com/). You can load framed pages in a new tab by right-clicking the error page, expanding the "This Frame" submenu, then Open Frame in New Tab.

Firefox 40 no longer shows the basic authorization login prompt for a framed page that is hosted on a different server. This is to protect you from accidentally giving your credentials for the outer page to an attacker.

One option is to used the framed page directly, but if you prefer to disable this new protection, there is an option to do that. Of course, please be suspicious of this prompt appearing on other sites.

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful.

(2) In the search box above the list, type or paste auth and pause while the list is filtered

(3) Double-click the network.auth.allow-subresource-auth preference and edit the 1 to a 2 and click OK

  • 1 shows the login dialog only for framed pages, images, etc., hosted on the same site
  • 2 allows the login dialog for framed pages, images, etc., hosted on any site

That should take effect the next time you reload the outer page (your original address).

more options

Thanks for your help.