Reputation: 4422
It simply shows:
{"error":"unauthorized","reason":"Authentication required."}
Same with Firefox 78.0.2
Is there a setting that will show this again?
How am I supposed to login to sites that require this (such as Couchdb/Fauxton)?
Any help appreciated.
Upvotes: -1
Views: 1083
Reputation: 4422
As it turns out, it is a Couchdb setting that needed to be changed. Look in the httpd
section of the local.ini
file for the following lines and do what it says:
; Uncomment next line to trigger basic-auth popup on unauthorized requests.
;WWW-Authenticate = Basic realm="administrator"
For some reason it was working fine even without this up until a few months ago. One of my regular system updates, borked it.
Upvotes: -1