Can you please add support for proxies with authentication?
I know filebot can use system proxy settings but it doesn't show any
options for setting the proxy username or password.
All operations returns "IO exception: HTTP response code 407"
Thank you for your effort
[Feature request] Proxy authentication support
Re: [Feature request] Proxy authentication support
FileBot automatically uses your system proxy. But proxy authentication is not supported.
Re: [Feature request] Proxy authentication support
This is not an elegant solution but if your proxy is "fixed" you can try to add these couple of lines on the environment variables of your system (assuming you use windows..):
http_proxy - http://[domain\user]:[password]@proxy:8080
https_proxy - http://[domain\user]:[password]@proxy:8080
http_proxy - http://[domain\user]:[password]@proxy:8080
https_proxy - http://[domain\user]:[password]@proxy:8080