Not sure what you mean. If you implement it, it's supported.. it's just a webserver returning a 401 Unauthorized HTTP response. The browser will take care of popping up the dialog.
Apache's .htaccess and other non-code ways of accomplishing it aren't supported. Here's an example for Sinatra: http://stackoverflow.com/questions/3479737 Rails has a built-in authenticate_with_http_basic and a couple other methods. Jimmy On Thu, Nov 4, 2010 at 9:09 PM, Brandon Casci <[email protected]>wrote: > Anyone know if basic http auth supported on Heroku? > > I don't get the login box so I'm assuming no, unless there is a special > convention I don't know about. > > > -- > ========================================= > Brandon Casci > Loudcaster > http://loudcaster.com > ========================================= > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > -- +1-919-627-7546 -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
