HTTPClient http; WiFiClientSecure *client = new WiFiClientSecure; client->setInsecure(); http.begin(*client, URL); // // // delete client;