Is it possible to force jQuery to make AJAX calls for URLs with gzip/deflate enabled? Is it possible to force jQuery to make AJAX calls for URLs with gzip/deflate enabled? ajax ajax

Is it possible to force jQuery to make AJAX calls for URLs with gzip/deflate enabled?


Browsers automatically add the accept-encoding header as appropriate, including on XHR requests. You don't need to do that at the DOM/JS level.