@SDusane Use no-cache header<LocationMatch "^/content/graphql/.*"> Header always set Cache-Control "no-store, no-cache, must-revalidate, private" Header always set Pragma "no-cache" Header always set Expires "0"</LocationMatch>
/content/graphql --> It should be GraphQL p...