79299006

Date: 2024-12-21 06:58:58
Score: 3
Natty:
Report link

RequestBody.create(String, MediaType) will add charset (usually UTF-8) in the Content-Type header, to avoid this, use RequestBody.create(byte[], MediaType) instead.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Felix