[issue27777] cgi.FieldStorage can't parse simple body with Content-Length and no Content-Disposition

Christoph Zwerschke report at bugs.python.org
Thu Aug 8 18:25:50 EDT 2019


Christoph Zwerschke <cito at online.de> added the comment:

This also happens when sending POST requests with JSON payload from a browser with XMLHttpRequest to a Python 3.7 backend using FieldStorage. It seems XMLHttpRequest adds the content length automatically.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27777>
_______________________________________


More information about the Python-bugs-list mailing list