Scenario: I'm trying to debug an Android application by proxying requests through Fiddler.
I received the FiddlerRoot certificate installed on the Android device and SSL decryption works for most requests , but for other requests I can only see HTTPS Connect and nothing else in the Fiddler log. I think this may be an SSL image request that cannot decrypt.
I double checked that "Hide Images" is disabled, etc. The resulting images are hosted in a different domain than the main API that the application accesses.
What can cause this behavior? And how do I get image requests in Fiddler?
I am using the latest Fiddler4.
driis source share