Is there any way to get curl to decompress a response without sending the Accept headers in the request?

后端 未结 2 1205
谎友^
谎友^ 2020-12-24 00:17

Is there any way to get curl to decompress a response without sending the Accept-encoding headers in the request?

I\'m trying to debug an issue where the order of th

2条回答
  •  时光说笑
    2020-12-24 00:52

    curl --compressed http://example.com requests gzipped-compressed data and uncompresses it before writing to disk.

提交回复
热议问题