har2requests icon indicating copy to clipboard operation
har2requests copied to clipboard

Generate Python Requests code from your browser activity 🤖

Results 2 har2requests issues
Sort by recently updated
recently updated
newest added

I'm using Python 3.10.6 on Windows and am getting a strange little JSON decoding problem that's curiously right at the 1mb mark, so I'm inclined to think there's a character...

The content-length header, is automatically calculated by the requests library. Adding it (when also changing the body size) can be problematic. The requests library overwrites the value anyway, so it's...