Don't show Content-Encoding
See original GitHub issue✍️ Describe the bug
Don’t show Content-Encoding in this case.
💣 Steps to reproduce
- Add my
HeaderInterceptor
- Add
ChuckerInterceptor.Builder(context).build()
- Did not show
Content-Encoding
in Chucker, but showed in Charles
📷 Screenshots
<div align="center"> </div>📱 Tech info
- Device: OnePlus 8t
- OS: 11
- Chucker version: 3.4.0
📄 Additional context
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Chrome Devtool do not show Content-Encoding in response ...
Let's put it to the test. Chrome request to example.com (contains gzip): GET / HTTP/1.1 Host: www.example.com Connection: keep-alive ...
Read more >Content-Encoding - HTTP - MDN Web Docs
The Content-Encoding representation header lists any encodings that have been applied to the representation (message payload), and in what ...
Read more >Content-Encoding HTTP Header removed from response by ...
Hi,. I have not looked into WAF for a very long time. WebGUI online help does not show any "compress" hits, nor did...
Read more >Chapter 31. Content encoding - JBoss.org
The client framework can (though not by default - see below) automatically set the Accept-Encoding header to be "gzip, deflate" so you do...
Read more >Content Encoding - Win32 apps | Microsoft Learn
If the decoding option is set to false, the application must check the Content-Encoding header and perform any decoding at the application level ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t think we need to show both types of headers. I would just update README to explain the topic better.
@MiSikora Thx, I got it.