Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fiddler session disappears after being shown

Tags:

fiddler

I am tracking an IOS app through fiddler as a proxy. And for some requests from the IOS app, fiddler will display those sessions in a flash and then those sessions are gone. It is against my common sense that why a landed session in fiddler will ever disappear. The only thing I can think of is that the response of the http session is violating the protocol? But the IOS app behaves normally with those http requests and responses.

I did catch some screen shots for the http request while it is being displayed in fiddler, and here is how it looks like for each fiddler column:

#:76
Result:-
Protocol:HTTP
Host:184.102.xxx.xx
URL:/someUrl/someHashCode
Body:-1
Caching:

Does anyone know what is going on here?

like image 909
TheCloud Avatar asked Jan 29 '14 21:01

TheCloud


1 Answers

In both cases, the traffic is being hidden by a filter. Click Help > Troubleshoot Filters and follow the instructions.

like image 113
EricLaw Avatar answered Nov 06 '22 08:11

EricLaw