The APP Engine API mentions that if a request comes with "Accept-Encoding" it automatically compresses the response.
But when I look at the request, the header is not there. but in the browser it is installed. when I try to explicitly set the header (using jQuery ajax ), a message appears:
Refused to set unsafe header "Accept-Encoding"
But this situation does not occur when working in the local request host has the title “Accept-Encoding”. this only happens after publication. but it doesn’t allow you to set "Accept-Encoding" explicitly always.
I searched everywhere, but could not find an explanation for the problem. It would be very helpful if someone can explain ...
source share