[Feature request] Proxy authentication support

All your suggestions, requests and ideas for future development
Post Reply
k7rim
Posts: 1
Joined: 24 May 2014, 19:51

[Feature request] Proxy authentication support

Post by k7rim »

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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Feature request] Proxy authentication support

Post by rednoah »

FileBot automatically uses your system proxy. But proxy authentication is not supported.
:idea: Please read the FAQ and How to Request Help.
tfonias74
Donor
Posts: 47
Joined: 16 Jul 2013, 09:17

Re: [Feature request] Proxy authentication support

Post by tfonias74 »

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
Post Reply