12-17-2018 10:52 AM
ok, thanks, so how can I read the code HTML (decoded) from www.amazon.com?
12-17-2018 10:54 AM
@NicolaRE77 wrote:
Hi deceased, I tried with the example above (http post) but it does not work, the html code returned in the body is encoded and therefore illegible.
url : https://www.amazon.com
Why do you think that encoded content is not eligible! Check the headers of the response which states:
Content-Encoding: gzip
So you need a gzip decoder to get the actual HTML or whatever content.