Answer the question
In order to leave comments, you need to log in
How does the browser cache files whose path is specified using a GET request?
Good day.
I configured the PHP interpreter to process .css and .js files, and also enabled caching of files of these extensions. Now I'm wondering how the browser will react to two paths, like:
file/file.is?v=1 and file/file.is?v=2 - will it separately cache the content received from each or does it not care about GET requests?
Answer the question
In order to leave comments, you need to log in
Of course they care. file/file.is?v=2 will overwrite file/file.is?v=1. And vice versa
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question