Re: [racket] Racket Web Server: using passwords and basic auth

2011-11-23 Thread Jay McCarthy
Hi, Take a look at http://docs.racket-lang.org/web-server/http.html#(part._basic-auth) for a basic example of using Basic Auth. If you don't want to define your own password file format, then you can use the helpers in http://docs.racket-lang.org/web-server-internal/dispatch-passwords.html to

[racket] Racket Web Server: using passwords and basic auth

2011-11-23 Thread Данил Анненков
Hi! I'm just start using Racket Web Server for small application to parse, query and display logs via web interface. And I have some troubles with understanding such a thing: can I use password-authentication parameter then I starting my application with serve/servlet? I need basic authentication f