0

I am trying to explore on inspecting request headers using declarativeNetRequest in chrome MV3, is there any sample or documentation to achieve this.(we need to just inspect the headers for logging purpose not block or modify etc).

Swetha
  • 115
  • 1
  • 7
  • This API is designed to be applied inside the browser, so it doesn't have callbacks which you can use in your code other than for debugging your rules in unpacked installation mode. You should use chrome.webRequest API to observe headers. – wOxxOm Nov 03 '22 at 10:55

0 Answers0