error 401 - Spring boot actuator login/password in browser
问题 I use spring boot with actuator and I add security configuration: management.port=8088 management.address=127.0.0.1 management.security.enabled=true security.user.name=admin security.user.password=secret management.security.role=SUPERUSER curl -u admin:secret http://127.0.0.1:8088/metrics is OK but with Chrome (http://127.0.0.1:8088/metrics): {"timestamp":1506692938036,"status":401,"error":"Unauthorized","message":"Full authentication is required to access this resource.","path":"/metrics"}