 |
Forums |
Admin Start New Thread
By: Christer Sandberg
RE: setting proxy [ reply ] 2006-02-06 14:21
|
Sorry for the late response. I've been on a course every evening after work for two weeks so I haven't had the time to apply the proxy changes. Now I've made a new release and you can specifiy the necessary proxy settings in a hash as follows:
proxy = { :host => 'localhost', :port => 8080, :user => 'foo', :password => 'bar'}
client = Hessian::HessianClient.new url, proxy
You only need to specify the keys which make sense to you (i.e. you can skip the user and password if thats not needed for your proxy server).
|
By: Christer Sandberg
RE: setting proxy [ reply ] 2006-01-27 10:18
|
Sorry for the late response, I've been on a course this week so I haven't had the time to check the project site. Yes please, send a patch and I will make a new release.
Thanks
Christer
|
By: Sebas Zaffarano
setting proxy [ reply ] 2006-01-22 18:53
|
Hi, I'm using your hessian client under ruby, it works very well but I need set a proxy host, port, user and password. I was modified your source for support this prameters in HessianClient initialize method. If you want, I can post the patch to include it in future releases.
thanks
|
|
 |