Dropbox Java: Use Proxy with authentication
问题 I want to create my DbxRequestConfig Object with a StandardHttpRequestor , because I need it to use a Proxy. The Proxy is a http Proxy, Port 80, and needs authentication. Proxyaddress: http://myproxy.com Proxyport: 80 Proxyusername: username Proxypassword: password So I tried to use the global Java Proxy setup: System.setProperty("http.proxy","proxyaddress") //... http.proxyUser, http.ProxyPassword //and so on It did not work. After looking into the StandardHttpRequestor I realized I need to