RE: Auth Handlers

2001-12-11 Thread J. Zobel
On Tue, 2001-12-11 at 21:00, Stathy Touloumis wrote: Actually, I DON'T want the browser to prompt for a username/pass. I saw the examples in the eagle book and they all seem to use Authz, with Auth handlers using the example you showed. Perhaps I need to modify the headers so that the prompt

Re: Perl and Microsoft Excel?

2001-12-01 Thread J. Zobel
On Thu, 2001-11-29 at 23:37, Tom Servo wrote: There's probably a far better answer to this than I can give, but if not, an interim solution might be having whoever maintains these Excel files save them as .csv files. Excel can do that, and while you lose all the fancy formatting, it just

Re: AxKit Last-Modified header

2001-09-12 Thread J. Zobel
On Mon, 2001-09-10 at 16:19, Brian Wheeler wrote: The only difference between the two (request-wise) is that static pages return a Last-Modified header and dynamic data doesn't. It seems to me that if I drop that header, everything will work :) I've tried doing:

How do I close a persistent connection?

2001-09-08 Thread J. Zobel
Hi. We are experiencing infrequent troubles (page could not be displayed) with IE 5 and redirects under SSL. As a workaround (hopefully) I want to close the persistent HTTP/1.1 connection if such a redirect occurs. How do I do this. Sending a Connection:close header will tell the client that