Inconsistent Accept-Encoding Request Header
There is inconsistent behavior with the output generated by the Chrome/Chromium Developer Tools for cUrl and Powershell (Invoke-WebRequest).
I'm using https://httpbin.org/post as an example:
curl -X POST 'https://httpbin.org/post' \
-H 'Accept: app...
wind010.hashnode.dev2 min read