tomcat - Can the browser be instructed to cache a resource with a variable query string? -


can server (nginx or tomcat ideally), when first responds browser request, instruct browser cache resource, if query string changes in future requests?

no.

actually, http not distinguish path , parameters. after server name request string.

even changing parameters order results in new request.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -