当前位置: 代码迷 >> 综合 >> python requests.get(): Received response with content-encoding: gzip
  详细解决方案

python requests.get(): Received response with content-encoding: gzip

热度:75   发布时间:2023-12-05 23:02:26.0
def construct_header(self):return {"Authorization": "Basic " + self.get_authorization(self.username, self.password).decode(), 'Accept-Encoding': 'identity'}

 

  相关解决方案