We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bf049 commit d45cca2Copy full SHA for d45cca2
proxy/http/proxy/server.py
@@ -886,7 +886,7 @@ def emit_request_complete(self) -> None:
886
text_(k): text_(v[1])
887
for k, v in self.request.headers.items()
888
},
889
- 'body': text_(self.request.body)
+ 'body': text_(self.request.body, errors='ignore')
890
if self.request.method == httpMethods.POST
891
else None,
892
0 commit comments