Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Markus Kohler
RE: http proxy support? [ reply ]  
2009-12-13 15:14
Thanks,
Figured it out in the mean time :)
Markus

By: Jari Bakken
RE: http proxy support? [ reply ]  
2009-12-11 16:50
You can give the :proxy option to the Browser constructor:

Browser.new(:proxy => "localhost:1234")

See the docs:

http://celerity.rubyforge.org/yard/Celerity/Browser.html#initialize-instance_method

By: Markus Kohler
http proxy support? [ reply ]  
2009-12-10 13:11
Hi all,
I would like to use celerity from behind an http proxy. The apache http client should support this but I've found no way to configure it from the command line.
Any hints?

Regards,
Markus