Replies: 1 comment
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Some servers provide wrong decompression headers that result in an error being shown even though the data itself isn't broken.
Insomnia could have an option to disable automatic decompression for certain requests. Axios recently incorporated that feature in it's request configuration (
{ decompress: false }). We could then set manual decompression methods we know will work for the kind of data we're getting.It's not anything critical but also nothing from another world in complexity, and it would be nice to have in some rare cases.
All reactions