You are not logged in.
Pages: 1
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
Pages: 1