Usually I have in nginx config rules which does not allow cache all XMLHttpRequest map $http_x_requested_with $nocache_01 { default 0; XMLHttpRequest 1; }
Is there a way to cache only GET Ajax request?
Br,
Rostyslav
Is there a way to cache only GET Ajax request?
Br,
Rostyslav