RE: AuthenNTLM, IE, KeepAlives, Post?

2002-06-11 Thread Harnish, Joe
Title: RE: AuthenNTLM, IE, KeepAlives, Post? Well, I have narrowed it down to the "POST" method on my forms.  If I replace them with "get"s it works 100%.  I am kind of wondering if this has to do with mod_perl and post because I have had this issue before when usi

RE: AuthenNTLM, IE, KeepAlives, Post?

2002-06-11 Thread Ged Haywood
Hi there, On Tue, 11 Jun 2002, Harnish, Joe wrote: > Does anyone know of issues with mod_perl and post? Here's one. 73, Ged. >From [EMAIL PROTECTED] Tue Jun 11 18:16:11 2002 Date: Wed, 20 Mar 2002 19:20:29 + (GMT) From: Ged Haywood <[EMAIL PROTECTED]> To: Stas Bekman <[EMAIL PROTECTED]>

RE: AuthenNTLM, IE, KeepAlives, Post?

2002-06-11 Thread Harnish, Joe
Title: RE: AuthenNTLM, IE, KeepAlives, Post? Ged, Will this help even when I am not up loading files?  Here is the test.pl script I am using. #!/usr/bin/perl require CGI; use strict; my $q = new CGI; print $q->header; print <         EODUMP print $q->p

RE: AuthenNTLM, IE, KeepAlives, Post?

2002-06-13 Thread Ged Haywood
Hi there, On Tue, 11 Jun 2002, Harnish, Joe wrote: > Will this help even when I am not up loading files? Not in itself, but it shows how easy it is to debug things like this with Perl. You can find out what's going on very easily by putting extra statements in the code. Try to read through