[fwd] FastCGI Authorizer and HTTP Headers with OMI Secure WebServer
Stanley Gambarin (gambarin@OpenMarket.com)
Fri, 28 Feb 1997 15:43:36 -0500
Message-Id: <199702282043.PAA18004@u4-138.openmarket.com>
To: fastcgi-developers@OpenMarket.com, bozcaada@OpenMarket.com
Subject: [fwd] FastCGI Authorizer and HTTP Headers with OMI Secure WebServer
Date: Fri, 28 Feb 1997 15:43:36 -0500
From: Stanley Gambarin <gambarin@OpenMarket.com>
------- Forwarded Message
Date: Wed, 26 Feb 1997 17:38:37 -0400 (EDT)
From: Steven Maggs <Steven_Maggs@zd.com>
Subject: FastCGI Authorizer and HTTP Headers with OMI Secure WebServer
To: fastcgi-developers <fastcgi-developers@openmarket.com>
Message-Id: <9702270132.AA2667@mail2.zd.com>
MIME-version: 1.0
Content-type: Text/Plain
Content-transfer-encoding: 7BIT
Has the header problem with FCGI Authenticators been solved? When a user hits
"cancel", the following items are returned:
the headers sent by the authenticator program
the blank line sent by the authenticator to indicate the end of the headers
any content returned by the authenticator
the headers sent by the web server for a status 403 document
the blank line sent by the web server
the error page content sent by the web server
The extra headers really mess the page, as noted below. Is there a fix or a
work-around for this behavior?
>>>>>>>>>>>>>>>>>
Date: Tue, 29 Oct 1996 09:35:34 -0500 (EST)
From: Karl Majer <majer@sh001.infi.net>
To: fastcgi-developers@openmarket.com
Subject: Authenticator Questions
In-Reply-To: <199610181854.OAA16879@bill-graham.nfic.com>
Message-Id: <Pine.OSF.3.91.961029093102.18421D-100000@sh001.infi.net>
I have written an authenticator fast cgi script which works mostly with
the exception of when the user clicks on the cancel box. Ideally, I would
like it to simply give the stock Forbidden message:
Forbidden
You do not have permission to get the requested object.
but instead I get a full line of headers at the top of the page, ie:
|START
HTTP/1.0 403 Forbidden Date: Tuesday, 29-oct-96 14:34:00 GMT Server:
Open-Market-Secure-WebServer/2.0.5.RC0 MIME-version: 1.0 Security-Scheme:
S-HTTP/1.1
Content-type: text/html
Forbidden
You do not have permission to get the requested object.
|END
------- End of Forwarded Message