I need to use TIdHTTP
to request an HTTPS URL for an IP address on an SSL connection, so certificate validation will fail (if the peer even has a cert).
曲线有<条码>-无保障条码>参数,仅作罚款,但我无法在<条码>中找到任何东西。 TIdHTTP,以完成同样的工作。
SSESocket := TIdHTTP.Create;
SSESocket.Request.Accept := text/event-stream ;
SSESocket.Request.CacheControl := no-store ;
SSESocket.Get( https:// +Host+ /eventstream/clip/v2 , SSEventStream);
我失踪了什么?