Catch page HTML on the way out...

Last post 08-12-2005 8:50 AM by Sundance Kid. 2 replies.

Sort Posts:

  • Catch page HTML on the way out...

    02-07-2005, 6:02 AM
    • Member
      147 point Member
    • Sundance Kid
    • Member since 01-03-2005, 3:20 AM
    • Posts 37
    Hi All.

    I need a way to save the page when its submitted by the user (the layout with the text values).

    I need to save the whole page with values etc...

    Any help, pointers etc?

    Thanks!
  • Re: Catch page HTML on the way out...

    02-13-2005, 1:47 PM
    • Member
      345 point Member
    • puco_sk
    • Member since 02-19-2004, 11:31 AM
    • Slovakia
    • Posts 69
    You can employ a HttpModule as described here: http://www.devx.com/vb2themax/Article/19901/0/page/3. You just override Stream class to provide the facility to save requests. You bind it on BeginRequest and on EndRequest you dump it whereever you want.

    Hehe good for harvesting all data that users get by sticking in into machine.config of the box. :) defies SSL any time :)
    Martin Pernecky



    NetPublisher CMS
  • Re: Catch page HTML on the way out...

    08-12-2005, 8:50 AM
    • Member
      147 point Member
    • Sundance Kid
    • Member since 01-03-2005, 3:20 AM
    • Posts 37
     puco_sk wrote:
    You can employ a HttpModule as described here: http://www.devx.com/vb2themax/Article/19901/0/page/3. You just override Stream class to provide the facility to save requests. You bind it on BeginRequest and on EndRequest you dump it whereever you want. Hehe good for harvesting all data that users get by sticking in into machine.config of the box. :) defies SSL any time :)


    he he.. thanks! Yip.. hack the planet ;)Lightning [li]
Page 1 of 1 (3 items)