MyWiki:Reference desk/Archives/Computing/2021 November 4

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

This template must be substituted. Replace {{Archive header with {{subst:Archive header.

{| width = "100%"

|- ! colspan="3" align="center" | Computing desk |- ! width="20%" align="left" | < November 3 ! width="25%" align="center"|<< Oct | November | Dec >> ! width="20%" align="right" |Current desk > |}

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.


November 4

[edit source]

Logging URLs of a Web Page

[edit source]

Is there a way to log all the URLs a webpage has taken its bits and pieces from when it is fully loaded? Cheers, Oalexander (talk) 16:04, 4 November 2021 (UTC)

Using a network monitor like Fiddler, you will see every HTTP and HTTPS request. 97.82.165.112 (talk) 16:40, 4 November 2021 (UTC)
Most browsers have a developer mode that will display all sorts of information about a page - such as the sources used to construct the page and all of the network requests made to fetch these sources — GhostInTheMachine talk to me 22:14, 4 November 2021 (UTC)