#1 2024-12-05 22:16:14

johnnysynop
Member
Registered: 2018-07-01
Posts: 34

Simple http client wininiet

Do mORMot supports tls choice, I mean some http get/post options:
I need it for Windows client http


if thats possible to specify parameters like:
- TimeOut
- Connection TimeOut
- Use OS(Windows) TLS flags (true, false)
- Options which tls use with connection tls 1, 1.1, 1.2 1.3 (I want to use only one specific or any combination of chosen specific)
- allow cookies,
- allow redirects, and so on ..

PLUS I wonder about how to get debug info about current connection e.g. TLS and ciphers used let say to:

  HttpClient: TWininet; 
begin
  try
    HttpClient := TWinHttp.Create;
    Response := HttpClient.Get(
......

Last edited by johnnysynop (2024-12-05 22:19:54)

Offline

#2 2024-12-06 07:45:22

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,742
Website

Re: Simple http client wininiet

You have most of these features in TWinHttp but not in TWinINet.

But the most complete client is THttpClientSocket.

Offline

Board footer

Powered by FluxBB