Click here to Skip to main content
15,885,868 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Is it possible to get the http request in the windows form webbrowser control? if yes how.

thanks
Posted

I am using in my custom System.Web.UI.WebControls.Panel class that way:
C#
HttpRequest req = System.Web.HttpContext.Current.Request;
 
Share this answer
 
No. Either, you navigate through WebBrowser and get/process document or use HttpRequest to get the document in response. What do you mean HttpRequest from WebBrowser?
 
Share this answer
 
i mean httprequest from the native .net webbrowser control.
 
Share this answer
 
for all those who view this thread. i got now the answer.

its just getting the cookie from the web browser then passing it on the http request.

thanks all.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900