How to capture HTTP response with C#?

Posted by Mika Kolari on Stack Overflow See other posts from Stack Overflow or by Mika Kolari
Published on 2010-03-18T10:18:43Z Indexed on 2010/03/18 10:21 UTC
Read the original article Hit count: 489

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about httpresponse