hi, i want to use http-client to implement a kind of proxy-server, since it'll be used by several users & each user can have different settings (cookie-handling, headers-handling...), is there a better way than to give each user 1 or more instances of httpclient which hold user-specific params & 1 connection-manager for all these client instances ?
thanx for your help khiemu
