search for: xk72

Displaying 4 results from an estimated 4 matches for "xk72".

Did you mean: x72
2007 Jul 23
4
Design ideas
I''m trying to use mechanize against a site that has four fields in the form. However, those four fields have to be filled in order. So putting something in field one, populates the second field drop down. So I''m thinking that I''ll probably have to call the page multiple times? What sort of things should I be doing to figure out how to interact with this page.
2009 May 04
6
Best mobile SSH client?
I'm up for a cell phone contract renewal and am considering upgrading my handset. I looked at some devices at my local AT&T store but nothing really jumped out at me. I'm particularly interested in a cell phone that has a reliable ssh client, with ssh-agent and public key authentication abilities. Those of you who administer systems remotely, what mobile ssh client do you recommend?
2008 Feb 06
11
Newbie Question: Can I setup mongrel as a proxy between a browser and the web?
I am trying to create a proxy which I can route my browser requests through in order to gather information on the web page loading. At this time I am particularly interested in the many GET requests associated with loading a single web page. Note: This does not have anything to do with rails, my goal is to run a ruby app in the background, set firefox to proxy all requests through it, log those
2006 Dec 07
6
Response To Form Submission Hanging
Hello, I am using Mechanize to post a form to a website. When I do this by hand in my browser the response takes about 35s to come back (it''s a long page full of tables and graphics). When I do this with Mechanize, the server starts to respond and then appears to hang. The obvious conclusion is that my code is wrong but I am reasonably sure that I haven''t altered it