> Hi,
>
> I have a wrapper client written over over apache-http client. Given some set
> of parameters like Authscheme, proxy server and other details it can traverse
> through the given proxy server and establish connection though it. I checked
> that I works well with Squid Proxy server for BASIC,DIGEST, NTML and KERBEROS
> schemes.
>
> My query is, given that my client can traverse Squid proxy server for some
> auth schemes and protocols, will it work seamlessly for other proxy servers
> (both enterprise ones like Microsoft TMG, Bluecoat, Websense etc)? or Should
> I be checking it explicitly to work with each of the proxy servers.
>
>
> Thanks,
> -Vinay