I am trying to capture the javascript files that used an aspx webpage.
By default, I only get the images, css and html.
What could I try to download the js files.
If I save the complete rendered page using IE, the javascript files are downloaded.
Thanks in advanced
David
1 Answer, 1 is accepted
0
Accepted
Eric Lawrence
Telerik team
answered on 05 Jun 2015, 06:21 PM
Fiddler captures and displays all of the requests from the client and displays them and their responses in the Web Sessions list.
There are two possibilities:
1> You have a filter set that is hiding all JavaScript files. (Click Help > Troubleshoot to see if anything is getting hidden by filters).
2> The client isn't requesting the files you're looking for, most likely because those files are already in the browser cache. You can resolve this by clearing the client's cache and/or using the browser's "Private" or "Incognito" mode.
Regards,
Eric Lawrence
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items