Can someone explain what are the differences between HttpSecurity & WebSecurity and which one should I be using based on scenarios? I am currently using HttpSecurity and it is working fine for me but I am wondering if I am loosing any functionality by not adding WebSecurity. FYI, I am using spring boot.
Asked
Active
Viewed 58 times
0
-
1Have you read https://stackoverflow.com/questions/56388865/spring-security-configuration-httpsecurity-vs-websecurity – derkoe Nov 26 '19 at 16:41
-
I just read it now. Thanks for the link! It answers my questions. – Steve Young Nov 26 '19 at 16:46
-
Yes, it does answer my question. – Steve Young Nov 26 '19 at 17:18