or
FiddlerObject.utilIssueRequest(s);
var oRegEx = /string_to_replace/; oBody = oBody.replace(oRegEx, file_contents);
Hi,
I'm trying Fiddler with an electron application. I don't see any of the http.get requests made from my electron application to remote servers. Is there some special setup I need to do? I'm on Windows 10.
Many thanks
Hello
I want to capture the requests made by a website but they are not all displayed in Fiddler.
In Chrome Network inspector, every request which is not displayed in Fiddler has the attribute "memory cache" or "disk cache" in "Size" column.
How to capture them ?