RE: Simulating a browser session

2003-01-16 Thread Jason Pyeron
appreciate the info! Brandon -Original Message- From: Jason Pyeron [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 12:30 PM To: [EMAIL PROTECTED] Subject: Re: Simulating a browser session Brandon, 9 times out of 10 it is my cookie, or ssl, or other non-complient logic in my

RE: Simulating a browser session

2003-01-16 Thread Will Sargent
; To: [EMAIL PROTECTED] > Subject: Re: Simulating a browser session > > > Brandon, > > 9 times out of 10 it is my cookie, or ssl, or other non-complient > logic in > my code, but otherwise, this may be you, ... > > 1 times out of 10 when I have trouble interacting wi

Re: Simulating a browser session

2003-01-16 Thread Will Hartung
> From: "Brandon Cruz" <[EMAIL PROTECTED]> > Sent: Thursday, January 16, 2003 11:52 AM > Subject: RE: Simulating a browser session > Thanks for the info. What exactly is this cURL program? Is it something I > can run from a linux command line or a program I ca

Re: Simulating a browser session

2003-01-16 Thread Michael Della Bitta
Brandon: curl is a command line utility similar to wget (which you probably already have). it's available for download on sourceforge.net. Michael Della Bitta Columbia University -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Simulating a browser session

2003-01-16 Thread Brandon Cruz
, 2003 12:30 PM To: [EMAIL PROTECTED] Subject: Re: Simulating a browser session Brandon, 9 times out of 10 it is my cookie, or ssl, or other non-complient logic in my code, but otherwise, this may be you, ... 1 times out of 10 when I have trouble interacting with a webapplication, it is caused by

RE: Simulating a browser session

2003-01-16 Thread Turner, John
Nice. Someone at Jakarta needs to work on their search engine placement. ;) John > -Original Message- > From: Tim Funk [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 2:08 PM > To: Tomcat Users List > Subject: Re: Simulating a browser session >

Re: Simulating a browser session

2003-01-16 Thread Tim Funk
I like this HttpClient instead ... http://jakarta.apache.org/commons/httpclient/index.html -Tim Turner, John wrote: This might be of interest: http://www.innovation.ch/java/HTTPClient/ John -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16

Re: Simulating a browser session

2003-01-16 Thread Jason Pyeron
Brandon, 9 times out of 10 it is my cookie, or ssl, or other non-complient logic in my code, but otherwise, this may be you, ... 1 times out of 10 when I have trouble interacting with a webapplication, it is caused by the useragent setting i pass. My steps to diagnose my problems are: 1: Try

RE: Simulating a browser session

2003-01-16 Thread Turner, John
This might be of interest: http://www.innovation.ch/java/HTTPClient/ John > -Original Message- > From: Brandon Cruz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 1:24 PM > To: Tomcat Users List > Subject: Simulating a browser session > > > > Does anyone have familiar

Re: Simulating a browser session

2003-01-16 Thread Will Hartung
> From: "Brandon Cruz" <[EMAIL PROTECTED]> > Sent: Thursday, January 16, 2003 10:23 AM > Subject: Simulating a browser session > Does anyone have familiarity with using JAVA to simulate a browser session > and navigate multiple pages in a https based web application, storing > session cookies, do