Sto usando WinHTTP su un progetto Delphi per effettuare chiamate al server.
Script:
userAgent := 'TestClient.exe';
hsession := WinHttpOpen(pwidechar(userAgent), WINHTTP_ACCESS_TYPE_DEFAULT_PROXY, nil, nil, 0);
if(hsession = nil) then...
posta
08.02.2018 - 06:00