I am using web browser control in a winforms application(vs2008, C#).
Is there any way to view http request & response headers on web browser control while navigation to different pages.
How to get “Referer” information of the web request during web browser control’s page navigation? And how to get the url executed in the background? (For example HTTP Code 200 & 204 the ones you don’t see navigated on the webbrowser but are executed, you can see if them with a tool like fiddler)?
Thanks in advance.
try this links for getting web browser request and response:
Http-Monitor-for-Webbrowser-Control
capturing-all-requests-and-responses-from-the-web-browser-control