dharders commented on issue #741: error "Unauthorized" (401) when loading "_security"-doc URL: https://github.com/apache/couchdb/issues/741#issuecomment-321455091 I installed from source firstly, then tried package, with both experiencing same issue. I simply followed instructions in `INSTALL.Unix.md`. Other install details: ``` Single-node Binding to 127.0.0.1 chttpd -> require_valid_user = true couch_httpd_auth -> require_valid_user = true (also tested with false.... issue still present) admin password changed Chrome / Firefox / Curl all experienced same issue ``` Possibly related to [an old similar issue](https://issues.apache.org/jira/browse/COUCHDB-1452) to do with cookie/basic auth (and having to workaround by POST both `Authorization: Base64(user:pass)` AND `Content-Type: application/x-www-form-urlencoded` first request!). But could also be completely unrelated ;) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
