Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Wikipedia:Reference desk/Archives/Computing/2016 February 15

From Wikipedia, the free encyclopedia
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

[edit]

List of domains accessed

[edit]

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)reply

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)reply