Exception: You cannot access body after reading from request’s data stream

Use request.data instead of request.body.

request.data does not read the data stream again.

Leave a Comment