Wikipedia:Reference desk/Archives/Computing/2016 February 15#List of domains accessed

{{#ifeq:{{PAGENAME}}|Special:Undelete| |{{#if:|

}} {{#ifeq:{{NAMESPACE}}|Wikipedia|{{#switch:{{NAMESPACE}}|= |
}}|{{error:not substituted|Archive header}}
}}}} {{#if:|
}}
width = "100%"
colspan="3" align="center" | Computing desk
width="20%" align="left" | < February 14

! width="25%" align="center"|<< Jan | February | Mar >>

! width="20%" align="right" |{{#ifexist:Wikipedia:Reference desk/Archives/Computing/2016 February 16|February 16|Current desk}} >

align=center width=95% style="background: #FFFFFF; border: 1px solid #003EBA;" cellpadding="8" cellspacing="0"
style="background: #5D7CBA; text-align: center; font-family:Arial; color:#FFFFFF;" | Welcome to the Wikipedia Computing Reference Desk Archives
The page you are currently viewing is {{#ifexist:Wikipedia:Reference desk/Archives/Computing/2016 February 25|an archive page|a transcluded archive page}}. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.

__TOC__

= February 15 =

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)