Will the browser cache treat these URLs as unique?
kaled
7:01 pm on May 30, 2004 (gmt 0)
Suppose I have a large static page called big.html. If I have two links to that page one being /big.html and the other being /big.html?name=value will each be treated as links to unique pages or will normal caching rules apply.
I would have expected the urls to be treated as unique pages, but having tested this I'm not sure.
Perhaps there is something in the HTTP header that says STATIC page.
Any information will be gratefully accepted.
Kaled.
BlobFisk
10:28 pm on May 31, 2004 (gmt 0)
AFAIK this is considered as one page (big.html). Anyone have any information to the contrary?