Intercepting HTTP requests before sent to internet

I am using Neutrino RTP to develop a web phone program. In my program ,I
first dial to create a PPP connection with a ISP, then I send HTTP request
to webclient.So I need a callback function before voyager.server sends the
request to the page when I click on a link, In other words, how can I
intercept the HTTP request data before sending it to the internet ?

One way is to set yourself up as the ‘proxy’ server, then you actually get
ALL requests … of course, you will have to send them along to the
appropriate party if you’re not going to handle them yourself.

Patrick Mueller
Patrick_Mueller@oti.com



Tony zhou <zmc@263.net> wrote in message news:92679g$c9h$1@inn.qnx.com

I am using Neutrino RTP to develop a web phone program. In my program ,I
first dial to create a PPP connection with a ISP, then I send HTTP
request
to webclient.So I need a callback function before voyager.server sends
the
request to the page when I click on a link, In other words, how can I
intercept the HTTP request data before sending it to the internet ?
\