R
R
rraderio2017-05-10 17:06:53
Computer networks
rraderio, 2017-05-10 17:06:53

HTTP Cache-Control and parameter order?

Why do browsers only cache data if the parameters in the URL are in the same order?
For example for a request

/product?q=phone&cat=1

in the response in the headers there will be Cache-Control: max-age = 60
then the next request
/product?cat=1&q=phone

will not be cached

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question