When I listen to all the HTTP Request with the Chrome API , how can I get the actual data recieved from it?
I mean if the request is made on a php page (XMLHttpRequest), how can I get the content of this page?
.
I am now quering the data with an ajax request. But this isn't a good solution.
The main problem is when the request uses POST method. The data recieved from the ajax query is not the same as the data recived from the HttpRequest.