<div dir="ltr"><span id="result_box" class="" lang="en"><span class="">Could you send</span> <span class="">a piece of code</span> <span class="">as an example</span><span class="">?</span></span></div><div class="gmail_extra">
<br><br><div class="gmail_quote">2013/8/29 Michael Schnell <span dir="ltr"><<a href="mailto:mschnell@lumino.de" target="_blank">mschnell@lumino.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 08/28/2013 10:07 PM, Osvaldo Filho wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there any example to access information on web site that requires authentication with login and password in form using http from a Lazarus application?<br>
</blockquote>
<br></div>
I used Synapse to access the web site of an embedded controller.<br>
<br>
Using FireFox with a "developer" plugin, I analyzed the data exchange between browser and server. (In fact here a cookie was involved, supposedly to allow the server to do an automatic log out after some idle time.)<br>

<br>
After that I recreated the dialog in pascal code with Synapse HTTP functions.<br>
<br>
I suppose the details of the necessary actions to a successful login might very between different sites.<span class="HOEnZb"><font color="#888888"><br>
<br>
-Michael</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.<u></u>org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/<u></u>mailman/listinfo/fpc-pascal</a><br>
</div></div></blockquote></div><br></div>