Wikipedia:Reference desk/Archives/Computing/2016 February 15#List of domains accessed
{{#ifeq:{{PAGENAME}}|Special:Undelete| |{{#if:|
List of domains accessed
Is there any quick way to extract a list of all domains accessed when loading a webpage. Chrome's developer tools provides access to information like this, but I can't figure out a quick way to extract a list of the domains accessed. Dragons flight (talk) 14:17, 15 February 2016 (UTC)
:Eh, nevermind. I figure out how to export a request/response list as JSON and wrote a python script to cut out the domains. Dragons flight (talk) 16:54, 15 February 2016 (UTC)