IHttpNegotiate
COM
1
Posts
1
Posters
0
Views
1
Watching
-
I have an app in which I want to be able to inspect the headers coming in to IE. Through a little research, I've determined that I need to use IBindStatusCallback and IHttpNegotiate to accomplish this. I've derived my COM object including these two interfaces and have implemented them. In my FinalConstruct(), I call RegisterBindCallback(). My problem is that none of the methods of the above two interfaces appear to be called. is anyone familiar with these methods? What am I missing? Thanks.