This is a migrated thread and some comments may be shown as answers.

Fiddler not recording iFrame

1 Answer 425 Views
Windows
This is a migrated thread and some comments may be shown as answers.
ron
Top achievements
Rank 1
ron asked on 04 Sep 2014, 12:56 PM
I'm trying to record a website so that I can view it when I'm offline.
Obviously the default options of recording from the various browsers don't work, so I wanted to do this with Fiddler.
I have gotten to a point where I can just surf the page I want, and then copy all of the requests and urls to the right side, and than when I play it back, the page shown to me is the page from the Fiddler recordings.
However, the iFrame part gets a "404 error" and so, I can view the whole page, but I can't seem to capture the iFrame.
Is there any way around this?

1 Answer, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 04 Sep 2014, 01:45 PM
IFRAMEs are not special in any way; Fiddler captures and plays them back the same as any other response.

If the frame URL has automatically changing data (e.g. a timestamp, query parameters, etc) you need to ensure that your AutoResponder rule properly ignores that data (e.g. by using a regular expression).

Regards,
Eric Lawrence
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Windows
Asked by
ron
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Share this question
or