You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/29 16:07:57 UTC

[GitHub] [couchdb] natcohen commented on issue #2730: 403 accessing _users

natcohen commented on issue #2730: 403 accessing _users
URL: https://github.com/apache/couchdb/issues/2730#issuecomment-605659716
 
 
   You can't get the user if you re not logged in...otherwise anyone could get your users!
   
   Try this:  curl -X GET http://admin:password@192.168.1.25:5984/_users/org.couchdb.user:sally.user
   
   (if I m not mistaken, you can also use the username and password of the requested user)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services