Re: Website thinks Mech is MSIE 4.0

2004-08-26 Thread Joseph Alotta
Hi Bruce, On Aug 25, 2004, at 9:15 PM, bruce wrote: joe/joseph when you're creating apps that require you to either do a form submission, or a cookie... it helps if you are able to see what the web app actually sends between the server and the browser. this tends to help track down issues

RE: Website thinks Mech is MSIE 4.0

2004-08-26 Thread Mitchell, Louise M
I use a product called HTTP Interceptor. Google to find the site. It was only $45 and works really well. L -Original Message- From: Joseph Alotta [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 10:34 AM To: [EMAIL PROTECTED] Subject: Re: Website thinks Mech is MSIE 4.0 Hi

RE: :UserAgent and cookie_jar

2004-08-26 Thread bruce
joe the following sample perl might be usefull... the pieces of code might/should help... i'm including the entire apps so you can get a feel for what they're doing.. the 1st app gets into the utaustin.edu site and extracts information. this site requires the use of a user/passwd.. the code

RE: Website thinks Mech is MSIE 4.0

2004-08-26 Thread Gedanken
Try setting a cookie of 'rpwebcookietest' equal to 'true' and then visit the site. (using that set cookie code i replied with the other day...) -- gedanken