I'm trying to write a chrome extension which intercepts network traffic and prints out as an alert. The first step I'm just trying to figure out how to first search the network traffic (from inspect), then from the list get the right xhr, and read the selected data from said xhr.
Asked
Active
Viewed 92 times
1
-
The console tool can do that, right? The 'Network' tab can show you the results as well – Martijn Dec 23 '19 at 08:41
-
Does this answer your question? [Chrome Extension - How to get HTTP Response Body?](https://stackoverflow.com/questions/18534771/chrome-extension-how-to-get-http-response-body) – wOxxOm Dec 23 '19 at 09:17