System.Windows.Forms.WebBrowser accessing HTTP Headers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to access the HTTP Headers for each HTTP Request/Response that
the WebBrowser object processes. I am trying to obtain a specific Cookie. I
was trying to use WebBrowser.Document.Cookie but this only returned to me one
of the some of the Cookies involved in the exchange. I can see that there are
other cookies by running an HTTP sniffer on the side. In any case, being able
to access other Headers would also be useful to someone. Can anyone help with
this? Much appreciated. Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top