Replies: 1 comment
|
Depends on which interceptor you are on Native or Agent you can kill it
self.handle.accept_encoding("")fix is to add a header named
https://curl.se/libcurl/c/CURLOPT_HTTPHEADER.html checked against libcurl 8.7.1 with a local listener nothing on the wire blank values do reach the relay Browser or Extension not possible The value you quoted matches what a browser sends rather than what libcurl builds so check which interceptor is selected first |
Uh oh!
There was an error while loading. Please reload this page.
Dear Members,
When I send an HTTP request without
Accept-Encodingheader parameter, it will be always attached (with valuegzip, deflate, br) even if I not requested it.This causes encoding issues in the responses in many cases.
Do you know if I can override this behaviour somehow?
I want to have
Accept-encodingonly when I include it into my request header.All reactions