In the HTTP protocol the URI is used to identify a resource, and a query-string indicates extra parameters that, according to msdn
The Web server can use those parameters to do extra stuff before returning the resource to the user.
My question is from an HTTP intermediary viewpoint, does two similar URI, that only differentiate in the query string, identify two different resources?