I am working on a project where it is required to track requests "ajax ones" from certain site, access response payload for some of those requests and act upon them.
So far i managed to track requests and access their headers using the webRequest api, the only problem is that i can't find anyway to access the actual data within those responses.
Is it even possible?.
Please feel free to post any ideas or references that could help.
Thanks and have a nice day.
EDIT:
An example of what iam looking for is the response tab in the network panel which is part of chrome's developer tools.