javascript - Is it possible to have the browser read gzipped data if Content-Encoding: gzip is not specified? -
i'm playing around fetching manually gzipped files static file server.
my problem 1 time i'm not including content-encoding: gzip
header in response, browser not recognize content beingness gzipped.
question: header there reason, i'm still wondering whether there ways have browser (not javascript) handle gzipped resource?
thanks pointers! haven't found any...
javascript browser http-headers gzip unzip
No comments:
Post a Comment