79224560

Date: 2024-11-25 20:52:58
Score: 1
Natty:
Report link

In your security filter chain, disable the cors configuration. Here is the line of code:

.cors(cors-> cors.disable())

instead of using corsConfigurationSource() use the above code line(this code line should inside in security filter chain).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muhammed Duzgun