newLISP Fan Club

Forum => Anything else we might add? => Topic started by: rrq on March 12, 2015, 01:16:43 AM

Title: HTTP Authorization
Post by: rrq on March 12, 2015, 01:16:43 AM
I'd like to suggest that the HTTP attribute "Authorization" is added to the ones captured for -http mode and forwarded as HTTP_AUTHORIZATION. Doing so is in line with CGI 1.1 to support basic authorization in the cgi scripting. This otherwise requires me to rewrite the full HTTP service.



For convenience I've attached a patch doing this on 10.6.3 (2015-03-10).



Alternatively, I'd be happy with a callback solution to allow the front-end server handle the authorization. This maybe is preferrable, but probably involves more coding(?), and significant documentation.
Title: Re: HTTP Authorization
Post by: Lutz on March 12, 2015, 08:16:06 AM
Thanks Ralph, added here: http://www.newlisp.org/downloads/development/inprogress/