jbrozenick / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 0 forks source link

requests (and responses) initiated by a java applet are not monitored #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm not sure whether this is by design, but I would expect httpfox to monitor 
all http traffic included that initiated by plugins within the browser, such as 
Flash content and Java applets embedded in the page.

I have not tested with Flash, but http requests made from a java applet are not 
monitored.

Original issue reported on code.google.com by matteosi...@gmail.com on 19 Jan 2011 at 11:51

GoogleCodeExporter commented 9 years ago
httpfox can only monitor http requests if they are made by the browser engine. 
the flash plugin is doing this, so we can track those requests, but the java 
plugin does it's own http thing and bypasses the browser.

Original comment by pappkame...@gmail.com on 23 Mar 2011 at 8:36