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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -