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
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
2 matches
Mail list logo