Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -7,17 +7,14 @@ uses IdHttp, IdSSLOpenSSL;
|
|||
var
|
||||
s: string;
|
||||
lHTTP: TIdHTTP;
|
||||
lIOHandler: TIdSSLIOHandlerSocketOpenSSL;
|
||||
begin
|
||||
lHTTP := TIdHTTP.Create(nil);
|
||||
lIOHandler := TIdSSLIOHandlerSocketOpenSSL.Create(nil);
|
||||
try
|
||||
lHTTP.IOHandler := lIOHandler;
|
||||
lHTTP.IOHandler := TIdSSLIOHandlerSocketOpenSSL.Create(lHTTP);
|
||||
lHTTP.HandleRedirects := True;
|
||||
s := lHTTP.Get('https://sourceforge.net/');
|
||||
Writeln(s);
|
||||
finally
|
||||
lHTTP.Free;
|
||||
lIOHandler.Free;
|
||||
end;
|
||||
end.
|
||||
|
|
|
|||
1
Task/HTTPS/Maple/https.maple
Normal file
1
Task/HTTPS/Maple/https.maple
Normal file
|
|
@ -0,0 +1 @@
|
|||
content := URL:-Get( "https://www.google.ca/" );
|
||||
Loading…
Add table
Add a link
Reference in a new issue