문제

If you are authenticating yourself with basic HTTP Authentication, you will see a popup like this: enter image description here

I want to change: The server says: Spring Security Application to something else. But I am not sure where to change this?

도움이 되었습니까?

해결책

Specify a realm.

Eg.

<http realm="My Owesome Web App">
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top