If security is configured for the mongod instance , authentication is required for the client to access the http interface from another computer ( http://www.mongodb.org/display/DOCS/Http+Interface ). You cannot use authentication for clients who access from the same computer.
If you want to disable the start mongo HTTP interface using the --nohttpinterface option
source
share