• Hi im using your plugin which is great, but i keep getting the error on Vary Acept HEader, but i have Enable Acept Encoding.

    <IfModule mod_headers.c>
    <FilesMatch “.(jpg|jpeg|png|webp|js|css|xml|gz|html)$”>
    Header append Vary: Accept-Encoding
    </FilesMatch>
    </IfModule>`

    Im using Nginx, Varnish, and i just make this header works but according to hosting support , the header missing.

    Before i had

    <IfModule mod_headers.c>
    <FilesMatch “.(jpg|jpeg|png|webp|js|css|xml|gz|html)$”>
    Header append “Vary” “Accept”
    </FilesMatch>
    </IfModule>`

    They say Header append “Vary” “Accept” its not working because its Accept-Encoding

    What can i do?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Monclee

    (@monclee)

    Here are my actual headers

    Response headers:
    - server: nginx/1.20.1
    - date: Wed, 01 Sep 2021 19:36:10 GMT
    - content-type: image/jpeg
    - vary: Accept-Encoding
    - last-modified: Wed, 01 Sep 2021 19:36:10 GMT
    - etag: W/"c7b-5caf42db00e68"
    - x-cache: HIT from Backend
    - strict-transport-security: max-age=31536000
    - x-xss-protection: 1; mode=block
    - x-content-type-options: nosniff
    - content-encoding: gzip
Viewing 1 replies (of 1 total)
  • The topic ‘Acept-Encoding Header not detected as Vary : Acept HEader’ is closed to new replies.