Hi,
I am working on a project trying to come up with an IE plugin to sniff IE's request/response and modify it if necessary. The flow should be like:
user request-> my module -> IE http module
server response -> IE http module -> my module -> IE rendering machine
And since I want to make this transparent to user, I am inclined not to use a new protocol type. How can I do it?
Thanks!
-Tim
I am working on a project trying to come up with an IE plugin to sniff IE's request/response and modify it if necessary. The flow should be like:
user request-> my module -> IE http module
server response -> IE http module -> my module -> IE rendering machine
And since I want to make this transparent to user, I am inclined not to use a new protocol type. How can I do it?
Thanks!
-Tim