79156943

Date: 2024-11-04 20:47:16
Score: 0.5
Natty:
Report link

This can happen if you access a URL that is automatically redirected. In my case, I mistakenly accessed an HTTP endpoint that redirected to HTTPS.

The requests library drops some headers in that case, including the 'Content-Type' header.

See this issue: https://github.com/psf/requests/issues/3490

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