HDL_ON/Common/ImageUtlis.cs
@@ -181,7 +181,7 @@ /// </summary> public byte[] GetImageDownloadUrl(string imageKey) { if (imageKey.StartsWith("https:")) if (imageKey.StartsWith("https:") || imageKey.StartsWith("http:")) { return HttpUtil.HttpsDownload(imageKey); }