How would I find out what domains a browser is failing on?
by jr_bob_dobbs from LinuxQuestions.org on (#6P2TP)
Is there a way to find out what domains a browser is failing on? Since today's typical website calls other domains for CSS, javascript, etc., this can get complicated. The URL given to the browser could work fine but some of the embedded crap could be on a blocked domain.
Within this post, by domain I mean something like www.blahblahnosuchsite.com not 172.67.81.99.
I'm picturing something where the browser is already running, then I'd start a program on the command line just before the browser goes to a site that always fails. After the site fails to load, control-c the command and see its log of domains that failed.
Is that a thing?
Thank you.
Within this post, by domain I mean something like www.blahblahnosuchsite.com not 172.67.81.99.
I'm picturing something where the browser is already running, then I'd start a program on the command line just before the browser goes to a site that always fails. After the site fails to load, control-c the command and see its log of domains that failed.
Is that a thing?
Thank you.