document updated 15 years ago, on Jan 21, 2009
Sometimes you want to list or save some of the files used within a given webpage. Some of the ways to do this:
HTTP request/response headers
- browser extensions (most of these pick up Flash-initiated requests as well, although RTMPT traffic is never picked up by these)
- filter proxies
- general-purpose packet sniffers
- Wireshark. Display filter: http.request or http.response
List of files used within one page
More sophisticated "Flash movie recorders"
- browser extensions
- external (winpcap-based)
- Replay Media Catcher — get from bit torrent
All javascript
- JSView — displays each file in a separate window
- Web Developer > Information > View Javascript — displays all files in a single window
All CSS
- Web Developer > CSS > View CSS — displays all files in a single window