You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<description>This module parses all your proxy logs and creates a reference graph of URLs from HTTP requests and responses. It creates 2 html files showing the mappings among the URLs based on their reference from eacch other. From this graph you can figure out which page has sent requests to what other URLs to load its content.
Example: If yahoo.com is loading the pictures from pics.yahoo.com and scripts from resource.yahoo.com, you will see a mapping from yahoo.com to pics.yahoo.com and resource.yahoo.com in the graph. </description>