Chrome Extension Config Proxy UserName and Password -


i creating chrome extension changing proxy settings dynamically. in "chrome.proxy.settings.set" function not possible config username , password proxy. every time have manually enter credentials once settings changed.

but found in proxy auto auth extension how configuring username , password programmatically. not find documentation on how this.

i grateful if can on this.

it's doing using webrequest api intercept , answer auth request.

see onauthrequired event. you'll need host, "webrequest" , "webrequestblocking" permissions.


Comments