You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by al so <vo...@gmail.com> on 2012/08/22 20:36:07 UTC

http proxy test

Is there an API that can perform some diagnostics to verify the http proxy
configuration:

 some thing like: boolean verifyProxyConfiguration(hostname, port,
basicAuth, username, passwd)

 This method would do http  CONNECT handshake with the proxy and returns
success/failure. It would be be nice to capture any error message as well.