HTTP Auth Intercept/Password Form Processing using IE
-
I'm in the process of developing a demonstration application that will allow password auto-fill for both forms and HTTP-AUTH... however I cannot find any reference on how to handle the HTTP-AUTH requests. I'm developing a BHO so that I can hook into IE's system and perform lookups on username/password... potentially asking to save new passwords. Since I cannot seem to find a way to intercept the password manager/autocomplete so that HTTP-AUTH and forms would work.. I am trying to shoehorn form parsing and the as-yet-unknown method of intercepting HTTP-AUTH box to do what I need. I'll also be developing a similar thing for Firefox, and having both methods present a similar interface to a scripting language so I can do the 'dirty work' with easy-updates/fixing... (However the browser interface seems to be the real dirty work...).