Skip to content

Commit

Permalink
Use secure URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Feb 12, 2024
1 parent 4848964 commit 1c2a6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_framework/src/firebase_test_framework.cc
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ int64_t FirebaseTest::GetCurrentTimeInSecondsSinceEpoch() {
int response_code = 0;
std::string response_body;
bool success =
SendHttpGetRequest("http://worldtimeapi.org/api/timezone/GMT",
SendHttpGetRequest("https://worldtimeapi.org/api/timezone/GMT",
empty_headers, &response_code, &response_body);
if (!success || response_code != 200 || response_body.empty()) {
LogDebug("GetCurrentTimeInSecondsSinceEpoch: HTTP request failed");
Expand Down

0 comments on commit 1c2a6a6

Please sign in to comment.