I have an ssl page that I want to mimic on my local computer while it's offline. This page includes scripts, images and an iFrame. I have tried all kinds of varialtion to save it through the browser, but no success. I tried using fiddler and even have a log file with the url's visited, but I am looking for some util that would actually save the replies I'm getting back so that I will be able to replay them when I'm offline.
When I try to replay with fiddler, the page looks o.k. but the iFrame does not. Instead of the iFrame, i get this message:
[Fiddler] The Fiddler AutoResponder is enabled, but this request did not match any of the listed rules. Because the "Unmatched requests passthrough" option on the AutoResponder tab is not enabled, this HTTP/404 response has been generated.
Any suggestions?