V
V
Vitaly Inchin ☢2015-07-14 09:45:05
HTML
Vitaly Inchin ☢, 2015-07-14 09:45:05

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

1 answer(s)
A
Andrey Sanych, 2015-07-14
@In4in

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 question

Ask a Question

731 491 924 answers to any question