I want to write a chrome extension/app to log DNS request like A or AAA records that are sent from the client browser when a new page is browsed. Does onBeforeRequest in chrome.webRequest API fires for DNS requests? Is there any api to give access to the DNS requests?
Asked
Active
Viewed 172 times
0
-
No, webRequest is related to http and https requests only. – rsanchez Sep 18 '13 at 19:08
-
is it possible to log dns requests at all? any other api/solutoin? – Marjan Sep 18 '13 at 20:11