When Google’s main page communicates with Firefox or Chrome it uses a particular type of encoding (Perl says it is utf.64). However, I can’t decode it using such; is it a gzipped enconding? I need to finish an app in Perl that should be able to make sense of the Google homepage using Firefox (like a proxy).
When Google’s main page communicates with Firefox or Chrome it uses a particular type
Share
Using LiveHTTPHeaders:
which shows that the data returned is gzipped and the character encoding used is UTF-8.