|
i have a proxy that im using with proxy switch omega can this extension help to solve that? |
Replies: 6 comments 6 replies
|
Hmm. I assume you get this error when visiting a website? Does the addon should notice the proxy authentication required, and show a login page where you can enter a username/password and save it. It should then save them under that hostname, If possible, can you share the URL you are getting the Proxy Authentication Required on? |
|
So, the way this addon works, is it listens for the browser to fire an authentication request If this is not a single website, I am not sure how it would work. You may need to search for a proxy authentication addon, that works with actual proxies, and not just browser "Authentication Required" errors. |
|
I don't have any recommendations off the top of my head. If I think of anything I will update this thread. |
|
Did you confirm you got this extension to work on a single host? If so, I can maybe tweak it to work on all hosts. |
|
Couple of points. First, I can, and should, add the ability to allow host wild-card matching. I also wanted to add wildcard port matching. So I can add both features at the same time. Ill spare the technical details. Second, I feel like there has to be an addon designed to do what you are looking for. Proxy authentication is quite common, I did a search on the chrome web store for TLDR: You can probably find an addon to do what you want, before I have the time to update this addon. If you find something that works, kindly advise so I am aware. Thanks. |

So, the way this addon works, is it listens for the browser to fire an authentication request
onAuthRequired.When it does, it either automatically enters the saved credentials for the website that is requesting authentication, or shows a page for you to enter them or save them.
https://developer.chrome.com/docs/extensions/reference/api/webRequest#event-onAuthRequired
If this is not a single website, I am not sure how it would work.
You may need to search for a proxy authentication addon, that works with actual proxies, and not just browser "Authentication Required" errors.