Are HTTP requests cached? [closed]
- by nischayn22
Many HTTP requests are sent repeatedly by browsers on almost every page load, such as requesting the jQuery .js file etc. Since these are already used on too many sites doesn't modern browsers keep a cache for this?
I am thinking of a system where the browser has a cached copy of the .js file used very very frequently. On a new request for the…