python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to handle authentication with TIdHTTP
I'm using C++Builder XE6 and TIdHTTP to communicate with a REST server in a Windows application.
I need some advice on how to handle authentication.
Given the following code:
#include <IdHTTP.hpp&g...
Martin Nijhoff
Votes: 0
Answers: 1
TCPServer.Contexts.LockList : is it safe to do that?
Until now, I was calling the following function every second :
function TForm1.ListeConnecteMaj():Boolean;
var
i : integer;
List : TIdContextList;
Client : TSimpleClient;
begin
List := T...
Alan.F
Votes: 0
Answers: 3
How to save multiple files with TIdHttpServer?
I'm using Delphi 10.4.2 and use TIdHTTPServer to receive data.
The client want to attach one or more an image files with this data. Something like this:
POST Multipart/form-data:
Data fields:
"...
Shraga Milon
Votes: 0
Answers: 0
Indy 10 error when try to install a new version in Delphi XE3
I'm trying to install a new version of Indy 10 in Delphi XE3.
I'm using the Fullc_XE3.bat to compile the component, it works and finish OK, however, when I try to install dclIndyCore170.bpl I get the ...

Erik Ferney Cubillos Garcia
Votes: 0
Answers: 1