Wikipedia:Reference desk/Archives/Computing/2016 February 15
Computing desk | ||
---|---|---|
< February 14 | << Jan | February | Mar >> | February 16 > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is 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. |
February 15
editList of domains accessed
editIs 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)