If I browse to a static web page that contains a direct link to a zip file, will IE 8 attempt to pre-download the zip file? Or would it in any way send a GET request for that specific file without me clicking on the link explicitly?
migrated from serverfault.com Jun 7 '11 at 15:30
This question came from our site for system administrators and desktop support professionals.
|
No, it will not. Preload grabs html/js/images only. Basically things that are required to render a page. | |||
|
feedback
|