Closed EricCat closed 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.
config.auth
none
Unauthorized
I found the reason, my request url is http://admin.localhost:5000/rest/..... I should use http://localhost:5000 instead.
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.