read http response from isp

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Phadnis

    read http response from isp

    hi,
    i want to read the http response sent from the browser to the isp (internet
    service provider).
    so that i can modify the content of the requested page before sending it to
    the client browser again(somethg like ad swapping).
    how can i achieve this?
    ur valuable suggestions would help me a gr8 deal
    Thks

  • John Timney \(ASP.NET MVP\)

    #2
    Re: read http response from isp

    implement an ihttpmodule binary stream filter

    --
    Regards

    John Timney
    ASP.NET MVP
    Microsoft Regional Director

    "Phadnis" <Phadnis@discus sions.microsoft .com> wrote in message
    news:EEB6C9DE-6383-47D7-BC74-2A873182F06E@mi crosoft.com...[color=blue]
    > hi,
    > i want to read the http response sent from the browser to the isp
    > (internet
    > service provider).
    > so that i can modify the content of the requested page before sending it
    > to
    > the client browser again(somethg like ad swapping).
    > how can i achieve this?
    > ur valuable suggestions would help me a gr8 deal
    > Thks
    >[/color]


    Comment

    Working...