nathan
Results
1
comments of
nathan
Try removing `gzip` from the `Accept-Encoding` header. Example: ```py headers = { "Accept-Encoding": "deflate, br", # by default, this is gzip, deflate, br } ```