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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -