How do I capture HTTP response when the request is made by web browser?
Webpage retrieves data (with post) from a service. Service returns a json object. What I want is to capture that json and parse it in realtime.
What would be the simplest way to do it?