Relative Content

Tag Archive for javascriptspring-bootrestspring-mvchttp-status-code-403

How to Solve 403 Error in Spring Boot Post Request?

I’m creating a simple project in Spring Boot, but im having some difficulty in creating this POST Request.
Basically every time i try it gives me the 403 error (the payload is correct only the status is giving me error saying its down since i “don’t have permition to access”). I’ve even tried to do .permitAll() but it still doesn’t work.