[Ask] Proxy pool with external proxies #1099
-
Hello, I'm trying to implement a Proxy Pool using the plugin that is already implemented with a list of external proxies, some of then with inline credentials (they do not work with Authentication header) or whitelisted. My doubt is, for the ones that uses the inline credentials like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @alexandresgf , as-far-as I remember, plugin already supports parsing auth headers from command line. Reference https://github.com/abhinavsingh/proxy.py/blob/develop/proxy/plugin/proxy_pool.py#L164-L174 Let me know if it is not working as expected. |
Beta Was this translation helpful? Give feedback.
Hi @alexandresgf , as-far-as I remember, plugin already supports parsing auth headers from command line. Reference https://github.com/abhinavsingh/proxy.py/blob/develop/proxy/plugin/proxy_pool.py#L164-L174
Let me know if it is not working as expected.