History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SRC-70
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dan Fabulich
Reporter: Paul Hammant
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Selenium Remote Control

HTTP-Proxy drop thru for situations where users have proxy already

Created: 27/May/06 04:54 PM   Updated: Tuesday 09:37 AM
Component/s: Server
Affects Version/s: None
Fix Version/s: 0.8.0

Original Estimate: 3h Remaining Estimate: 3h Time Spent: Unknown


 Description  « Hide
chaining of proxy servers together would be cool.

Perhaps a new command line option

-proxy user@host

passwords would be pulled from StdIn.



 All   Comments   Work Log   Change History      Sort Order:
Dan Fabulich - 02/Jun/06 05:14 PM
Revision 1191. You can now start the server with java -Dhttp.proxyHost=myproxy.com -Dhttp.proxyPort=80 -jar selenium-server.jar. (These are standard Java networking properties, already supported by Jetty.) That will allow you to daisy chain proxies.