79618484

Date: 2025-05-12 18:54:15
Score: 0.5
Natty:
Report link

The application expected MediaType.APPLICATION_JSON_VALUE as you defined in the controller, but you sent extra ;charset=UTF-8 in the Content-Type header. It is not expected from the Spring to have appropriate mapping.

Either remove extra fragment from the header, or add it to the controller mapping.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: TevinS