Log In
Support
New Account
This forum
This project's trackers
This project's forums
This project's tasks
This project's releases
This project's documents
This project's news
Software/Group
People
Skill
Advanced search
Home
My Page
Project Tree
Code Snippets
Project Openings
Celerity
Summary
Forums
Tracker
Lists
Tasks
Docs
Surveys
News
SCM
Files
Wiki
Forums
|
Admin
Discussion Forums:
help
Start New Thread
Nested
Flat
Threaded
Ultimate
Show 25
Show 50
Show 75
Show 100
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