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
Post a Comment