iframe - in IE browser page properties window shows size : not Available? -


in fiddler can see content length page in ie browser page properties window shows size : not available.

can me why happening?

thanks krishna

internet explorer gets information in fundamentally different way fiddler does-- it's looking @ size of cache file. if cache file isn't available (e.g. file wasn't cacheable) information isn't available. generally, fiddler shows want anyway.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -