Hi,
with any Firefox plugin (Firebug, whatever), how to see the route from a .js has been loaded?
Regards
Javi
Hi,
with any Firefox plugin (Firebug, whatever), how to see the route from a .js has been loaded?
Regards
Javi
The TamperData Firefox plugin lets you see all the HTTP transactions. That would tell you the URL from which Javascript (and CSS and image, etc) files are loaded. The route taken by individual packets is not going to be available from any tool.