<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Mar 20, 2015 at 11:54 PM, fredvs <span dir="ltr"><<a href="mailto:fiens@hotmail.com" target="_blank">fiens@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello.<br>
<br>
First of all, congratulation for fpHttpClient.pas.<br>
It works directly, like charms, without to install any dependencies. => wow.<br>
<br>
I am able to do internet audio streaming with it, perfect. ;-)<br>
<br>
Hum, while trying to access Https sites, i get errors. ;-(<br>
<br>
In begin of fpHttpClient.pas, there is =><br>
<br>
> Todo:<br>
>  * Https support.<br>
<br>
Could it be part of the problem ?<br>
Are there plan to enable Https support ?<br>
<br>
Thanks.<br>
<br>
Fre;D<br>
<br>
-----<br>
Many thanks ;-)</blockquote></div><div><br></div><div>It is already implemented in trunk. So you just:</div><div><br></div><div><div>program project1;</div><div><br></div><div>{$mode objfpc}{$H+}</div><div><br></div><div>uses</div><div>  fphttpclient;</div><div><br></div><div>begin</div><div>  WriteLn(TFPHTTPClient.SimpleGet('<a href="https://www.google.com/humans.txt')">https://www.google.com/humans.txt')</a>);</div><div>end.</div></div><div><br></div>-- <br><div class="gmail_signature">Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a></div>
</div></div>