Hi,<div><br></div><div>Take a look at</div><div><br></div><div><a href="http://docs.racket-lang.org/web-server/http.html#(part._basic-auth)">http://docs.racket-lang.org/web-server/http.html#(part._basic-auth)</a></div><div>
<br></div><div>for a basic example of using Basic Auth. If you don&#39;t want to define your own password file format, then you can use the helpers in</div><div><br></div><div><a href="http://docs.racket-lang.org/web-server-internal/dispatch-passwords.html">http://docs.racket-lang.org/web-server-internal/dispatch-passwords.html</a></div>
<div><br></div><div>to use the one that the password dispatcher uses.</div><div><br></div><div>Jay<br><br><div class="gmail_quote">On Wed, Nov 23, 2011 at 9:01 AM, Данил Анненков <span dir="ltr">&lt;<a href="mailto:admin@ib-soft.ru">admin@ib-soft.ru</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi!<br>I&#39;m just start using Racket Web Server for small application to parse, query and display logs via web interface.<br>
And I have some troubles with understanding such a thing: can I use password-authentication parameter then I starting my application with serve/servlet?<br>
I need basic authentication for my application. And I want to use passwords file to do it.<br> Is it possible?<br clear="all"><font color="#888888"><br>-- <br>Annenkov Danil, IB Soft<br><br><br>
</font><br>_________________________________________________<br>
  For list-related administrative tasks:<br>
  <a href="http://lists.racket-lang.org/listinfo/users" target="_blank">http://lists.racket-lang.org/listinfo/users</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Jay McCarthy &lt;<a href="mailto:jay@cs.byu.edu" target="_blank">jay@cs.byu.edu</a>&gt;<br>
Assistant Professor / Brigham Young University<br><a href="http://faculty.cs.byu.edu/~jay" target="_blank">http://faculty.cs.byu.edu/~jay</a><br><br>&quot;The glory of God is Intelligence&quot; - D&amp;C 93<br>
</div>