プログラムでプロキシをフローとして使用したい:
HttpClient httpClient = new HttpClient();
httpClient.getHostConfiguration().setProxy("192.168.0.1", 9527);
httpClient.getParams().setAuthenticationPreemptive(true);
しかし、日食は常に出力します:
WARNING: Required proxy credentials not available for BASIC <any realm>@192.168.0.1:9527
WARNING: Preemptive authentication requested but no default proxy credentials available
WARNING: Required credentials not available for BASIC <any realm>@www.google.com:80
WARNING: Preemptive authentication requested but no default credentials available
なぜ ?手伝って頂けますか ?ありがとう。