Re: [fpc-pascal] fpHttpClient and Https support ?

2015-03-29 Thread silvioprog
On Sat, Mar 21, 2015 at 9:24 AM, Michael Van Canneyt mich...@freepascal.org
 wrote:



 On Sat, 21 Mar 2015, fredvs wrote:

  Ooops, in earlier topic = Thanks Silvio. ;-)

 And, by the way, who may i thank for that excellent fpHttpClient.pas ?


 I plead guilty.

 Michael.


hehe =D

-- 
Silvio Clécio
My public projects - github.com/silvioprog
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] fpHttpClient and Https support ?

2015-03-29 Thread silvioprog
On Sat, Mar 21, 2015 at 9:08 AM, fredvs fi...@hotmail.com wrote:

 Excellent, thanks.

 PS : Do you remember a old topic in Lazarus forum about uos and internet
 audio streaming ?
 (It was you who converts and helps me to install uos to GitHub).

 Now uos does internet audio streaming !


Awesome. I'll test it soon! =)


 = https://github.com/fredvs/uos

 Thanks Sergio.


-- 
Silvio Clécio
My public projects - github.com/silvioprog
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] fpHttpClient and Https support ?

2015-03-21 Thread fredvs
Excellent, thanks.

PS : Do you remember a old topic in Lazarus forum about uos and internet
audio streaming ?
(It was you who converts and helps me to install uos to GitHub).

Now uos does internet audio streaming !

= https://github.com/fredvs/uos

Thanks Sergio.



-
Many thanks ;-)
--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/fpHttpClient-and-Https-support-tp5721435p5721442.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] fpHttpClient and Https support ?

2015-03-21 Thread Michael Van Canneyt



On Sat, 21 Mar 2015, fredvs wrote:


Ooops, in earlier topic = Thanks Silvio. ;-)

And, by the way, who may i thank for that excellent fpHttpClient.pas ?


I plead guilty.

Michael.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] fpHttpClient and Https support ?

2015-03-21 Thread fredvs
 And, by the way, who may i thank for that excellent fpHttpClient.pas ?

 I plead guilty.

 Michael. 

Ha, so MANY THANKS Michael for your excellent. brilliant and easy to use 
fpHttpClient.pas

Fre;D




-
Many thanks ;-)
--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/fpHttpClient-and-Https-support-tp5721435p5721445.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] fpHttpClient and Https support ?

2015-03-21 Thread fredvs
Ooops, in earlier topic = Thanks Silvio. ;-)

And, by the way, who may i thank for that excellent fpHttpClient.pas ?

Fre;D



-
Many thanks ;-)
--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/fpHttpClient-and-Https-support-tp5721435p5721443.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] fpHttpClient and Https support ?

2015-03-20 Thread silvioprog
On Fri, Mar 20, 2015 at 11:54 PM, fredvs fi...@hotmail.com wrote:

 Hello.

 First of all, congratulation for fpHttpClient.pas.
 It works directly, like charms, without to install any dependencies. =
 wow.

 I am able to do internet audio streaming with it, perfect. ;-)

 Hum, while trying to access Https sites, i get errors. ;-(

 In begin of fpHttpClient.pas, there is =

  Todo:
   * Https support.

 Could it be part of the problem ?
 Are there plan to enable Https support ?

 Thanks.

 Fre;D

 -
 Many thanks ;-)


It is already implemented in trunk. So you just:

program project1;

{$mode objfpc}{$H+}

uses
  fphttpclient;

begin
  WriteLn(TFPHTTPClient.SimpleGet('https://www.google.com/humans.txt'));
end.

-- 
Silvio Clécio
My public projects - github.com/silvioprog
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal