Results 1 to 12 of 12

Thread: [RESOLVED] Monitor HTTP data sent and recieved over a webbrowser control

Hybrid View

  1. #1
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: Monitor HTTP data sent and recieved over a webbrowser control

    Ups... I just noticed this is a .NET forum... I thought I was in the VB6 section

    So your talking about a web control (ascx) that is included in a ASP.NET page (aspx) ?
    If yes, then I'm not sure how to monitor ONLY the web control because the control becomes part of the aspx page.

    Sorry I cannot help. At least now more people will look at this thread

  2. #2
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142

    Re: Monitor HTTP data sent and recieved over a webbrowser control

    Quote Originally Posted by CVMichael View Post
    Sorry I cannot help. At least now more people will look at this thread
    hahaha

    i think they are using the webbrowser on a windows form ( not asp ) have you tried the webbrowser's before navigate event? it usually allows you to inspect headers.

    if you want to look at all data passing through a webbrowser, especially if you are trying to emulate something like wireshark, i think you'll find it may take some pretty heavy low level code using C++ & may be out of the scope of vb.net.
    ~
    if a post is resolved, please mark it as [Resolved]
    protected string get_Signature(){return Censored;}
    [vbcode][php] please use code tags when posting any code [/php][/vbcode]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width