bipio-server / bipio

The bip.io API Server
https://bip.io
Apache License 2.0
873 stars 117 forks source link

bips auth issues #42

Closed EricCat closed 9 years ago

EricCat commented 9 years ago

I built a bips (all pods design by myself) with config.auth : none.When I request to this bips, still require my auth. But even if i input my username, password, it returns: Unauthorized. I have no ideas how to handle this situation.

EricCat commented 9 years ago

I found the reason, my request url is http://admin.localhost:5000/rest/..... I should use http://localhost:5000 instead.