I looking for a snippet/script that will extract the http requests (images, scripts, css files etc.) for a given webpage. Anyone with an idea?
I need something that will build an array or something with all the requests a browser has to fulfill when displaying a page as per my following example: <img src="http://www.domain.com/images/ablablabla.gif" /> <link rel="stylesheet" type="text/css" href="http://www.domain.com/css/style.css" /> <script src="http://www.domain.com/js/script.js" type="text/javascript"></script> Anything that opens a request . K'mon nico, if you don't know it, I'm doomed )
Here's an example.....way to complex but I need something that will show me the files that a browser has to download in order to display a page: http://tools.pingdom.com/fpt/?url=http://forums.digitalpoint.com&treeview=0&column=objectID&order=1&type=0