In ASP.NET, the ScriptResource.axd handler takes query string parameters d
and t
in the form of:
ScriptResource.axd?d=_hSUKSQdvAs7dxQgs9-PDrSiKiE0c9O5zvO0sj4yZ2QLo6tYqKk_bwwraYR04nIr3PC67krX9TJ74PqE3GLbGf5zgbmzm86AbQTJO_njhxV9HYTO0MUc2Q9MJgc1xDU2aS_17TjxLvUtjkkzQ61REg2&t=ffffffffae5faa5e
Are all calls to that specific URL with those specific parameters guaranteed to return the same exact content? If not, when can it change?
Or, to put it more generally, is there any reason why a browser cache should treat AXD files differently than any other file type?