Im trying to use HTTP Interfaces (http://docs.mongodb.org/ecosystem/tools/http-interfaces/) on a MongoDB 3.0.4 ReplicaSet and auth=true (using default authentication method: SCRAM-SHA-1) enabled in the config file.When I try to access http://172.18.1.1:28017/ it asks me a username & password using Basic Authentication HTTP method. I inform a user and a password that is registred in admin database but after few retries I receive HTTP 401 return code with "not allowed" message.