Hi,

I am working on a C++ XPCOM component which encrypts and decrypts the
HTTP request and response using certain algorithms.

I have registered a custom HTTP handler class which does the encryption
in NewProxiedChannel(...) method while opening the channel
corresponding to the request.

What I have noticed is, for the requests, that are made with the
relative path (for example, image tags such as <img src="/abc.gif">), a
new channel is not opened.

Can anyone please guide me on how/where can I trap such requests in
order to do
the encryption ? Can I do it in the channel class somewhere (as I have
a custom channel class as well) ?

Thanks in advance for your help,
Maya

_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to