搜索 | 用户支持

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

详细了解

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 人有此问题
  • 35 次查看
  • 最后回复者为 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.