Date: 2024-10-19 06:23:25
Score: 1.5
Natty:
- It would be good if you shared the logs but first verify that the the path "/user/register" is correct as defined in the controller.
- You may also specify the the postmethod ".requestMatchers(HttpMethod.POST, "/user/register").permitAll()".
- You may also try do allow anonymous access explicitly using "http.anonymous();
Reasons:
- No code block (0.5):
- Low reputation (1):
Posted by: Lawrence Kinuthia