79439910

Date: 2025-02-14 16:01:33
Score: 2
Natty:
Report link

Cause The URL of the image contains params that are passed unencoded in UTF-8. And because of one of these unencoded params, namely the "path" parameter, Google identified the URL as malformed or invalid and returned a 400 error.

Fix Encode "path" param in UTF-8.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: pazukdev