Re: [fpc-pascal] fphttpclient.post

2018-11-01 Thread Michael Van Canneyt
On Thu, 1 Nov 2018, Ched wrote: Hello All, Thank you, Sven and Wkitty42, for having corrected a false assumption about encryption of url. Nevertheless, why not to have a simplepost(an-url, an-ansistring)::ansistring method available ? What should this do ? What does the ansistring

Re: [fpc-pascal] fphttpclient.post

2018-11-01 Thread Ched
Hello All, Thank you, Sven and Wkitty42, for having corrected a false assumption about encryption of url. Nevertheless, why not to have a simplepost(an-url, an-ansistring)::ansistring method available ? Cheers, Ched' Le 31.10.2018 à 22:51, Sven Barth via fpc-pascal a écrit : Ched

Re: [fpc-pascal] fphttpclient.post

2018-11-01 Thread wkitty42
On 10/31/18 6:43 PM, Ched wrote: As some data which travel the world encoded in clear in the url of the get are sometime private (connecting password for example), I'd like to use the post method which crypts the data when using https. ummm... if you are using https, GETs are ""crypted"" as

[fpc-pascal] pas2jni issues

2018-11-01 Thread ksterg
Hello, I would like to make a suggestion regarding the generated code of the pas2jni utility, and report an issue. This utility generates a java file called system.java. First thing is that there is a reference to TClass which is a non-existent Java class: static TClass GetTClass(int index) {