You need to send a Get HTTPS request. How exactly do this?

Thanks in advance for your reply ^^

    1 answer 1

    Search tried? Site search gave it

    Also, Google displays a lot of information, for example , this :

    SynHttp.Sock.CreateWithSSL(TSSLOpenSSL); SynHttp.Sock.SSLDoConnect; SynHttp.HTTPMethod('GET', 'https://www.google.com/'); Resp.LoadFromStream(SynHttp.Document); HtmlResponse := Resp.Text;