Update
This commit is contained in:
@@ -149,6 +149,7 @@ public class HttpUtil {
|
||||
host = line.substring(line.indexOf(":") + 1).trim();
|
||||
if (host.startsWith("https://")) {
|
||||
protocol = "https";
|
||||
host = host.replace("https://", "");
|
||||
}
|
||||
url = String.format("%s://%s%s", protocol, host, uri);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user