<div dir="ltr">On Wed, Jun 15, 2011 at 12:42,  <span dir="ltr"><<a href="mailto:michael.vancanneyt@wisa.be">michael.vancanneyt@wisa.be</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im"><br>
<br>
On Wed, 15 Jun 2011, ik wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wed, Jun 15, 2011 at 12:12, <<a href="mailto:michael.vancanneyt@wisa.be" target="_blank">michael.vancanneyt@wisa.be</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
On Wed, 15 Jun 2011, ik wrote:<br>
<br>
 Hello,<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
How can I create http authentication using fpWeb ?<br>
<br>
I found on WWWAuthenticate, but I do not understand how to use it.<br>
<br>
</blockquote>
<br>
Check the Authorization header. If it does not contain a valid<br>
authentication, you just have to send a 401 response code and include a<br>
WWW-Authenticate header field describing the authentication:<br>
<a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec17.html#bib43" target="_blank">http://www.w3.org/Protocols/rfc2616/rfc2616-sec17.html#bib43</a><br>
this will tell the browser to ask a username/password.<br>
<br>
If the Authorization header contains a valid authentication, then proceed<br>
as normal.<br>
<br>
</blockquote>
<br>
How can I make it to prompt for Authentication and how can I make it both<br>
BASIC and Digest authentication ?<br>
</blockquote>
<br></div>
It is described in the URL cited above.</blockquote><div><br>So It's not implemented at the moment ? <br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div><div class="h5">Michael.<br></div></div></blockquote><div><br>Ido<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div class="h5">


_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</div></div></blockquote></div><br></div>