I do not know, why this is a user question, but I was told to ask it here: I want to do basic auth.
I have written my own AuthenticationHandler to handle user/password credential of a django web and it works well with form authentication. Now I want to do BasicAuth - but my Handler is only called on POST requests. Any hints? -- Hinnack >forward of message: >date: 24.09.2009 15:38:20 >from: "Marvin Addison" <[email protected]> >to: [email protected] >subject: Re: [cas-dev] basic authentication > >Please move this question to cas-user and we'll try to help. > >M > >On Thu, Sep 24, 2009 at 7:09 AM, Henrik Genssen ><[email protected]> wrote: >> Hi, >> >> I want to implement basic auth. >> is this done before? >> >> How would I change the handling from POST (of the login form) to GET? >> >> -- Hinnack >> >> -- >> You are currently subscribed to [email protected] as: >> [email protected] >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-dev >> > >-- >You are currently subscribed to [email protected] as: >[email protected] >To unsubscribe, change settings or access archives, see >http://www.ja-sig.org/wiki/display/JSG/cas-dev > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
