I’m measuring firefox with wptdriver 2.11 and fiddler as proxy. Fiddler generates “CONNECT” requests that aren’t related to the loaded page. All of these requests have the entry “FiddlerGateway: Direct” in the response.
Is there any way to remove requests from the result when they have this specific entry in the response?
If there isn’t a way yet, where (in the code) does wptdriver generate the requests and which would be the best location to avoid that such requests appear in the result?