Posts by Rafael_Lima • 136 points
5 posts
-
0
votes1
answer1895
viewsA: HTTPS Sslv3 Indy Delphi 7 error
After much research, I managed to solve my problem! First of all, I upgraded the version of Indy(Delphi 7) to the latest version. And I also had to update and put in the application folder the DLL’s…
-
0
votes1
answer1895
viewsQ: HTTPS Sslv3 Indy Delphi 7 error
I am trying to make connection via HTTPS using Sslv3(required to consume a specific service), but when I try to perform the post, I get the following error: At first, I think it’s a problem in the…
-
2
votes0
answers327
viewsQ: How to convert String to Byte Array and vice versa?
I need to send an XML via post, but according to the service documentation, it is necessary that the data is sent "in bytes". So, I have the XML in question inside a Tstringlist. How to turn it into…
-
5
votes2
answers699
viewsA: Delphixe5 X Permission Administrator
Your manifest is Ok, apparently. Remembered to set the manifest in the application settings? When I did this I followed the following tutorial(font):…
delphianswered Rafael_Lima 136 -
5
votes2
answers7237
viewsA: Extract text between HTML tags with Indy Idhttp with Delphi
There’s this one Function here that I use to make this of files HTML and/or XML :) function ExtractText(aText, OpenTag, CloseTag : String) : String; { Retorna o texto dentro de 2 tags (open &…
delphianswered Rafael_Lima 136