resurfaceio / logger-python

Log API calls with Python
Apache License 2.0
22 stars 6 forks source link

Handle the RawPostDataException comming from the django middleware. #57

Closed Anyesh closed 3 years ago

Anyesh commented 3 years ago

Django only allows reading POST body once. We cannot access the body after reading from the request's data stream. So try to find a workaround for this issue.