Andrew Van Uitert wrote:
I work for a web filtering company that is trying to create a browser that
filters specific categories of content that the user selects. So far I have
a browser application that is using the XPCOM interface for the embedded
[snip]
I need to have my filter sit at a level where it sees all http requests
before they hit the socket. The reason I have to sit so low, is that many of

I would recommend overriding the netlib http protocol handler (you can do this by contractid), forwarding most of your calls directly to the netlib implementation.


--BDS

_______________________________________________
Mozilla-netlib mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-netlib

Reply via email to