How do I setup authentication with Webrick?
People succeed in answering Don Miguel de los Platanos's questions 42% of the time (8 successes in 19 attempts).
Answers by: jer
Could you possibly be a bit more specific? What type of authentication do you seek?
I want something like apaches .htaccess file. Just very basic authentication on the webserver level, not application level.
You might have a look and see if this will help you: http://thekode.net/misc/httpd-auth.rb
It should be able to be adapted easily enough if not.
This looks like it can provide what I need. Thxs.