Skip to content

Commit

Permalink
https security update
Browse files Browse the repository at this point in the history
  • Loading branch information
gryptokali committed Feb 17, 2024
1 parent d7a68f3 commit d039f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Steam_library_idle/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private async void LaunchGamesButton_Click(object sender, RoutedEventArgs e)
string apiKey = apiKeyPasswordBox.Password;
string steamId = steamIdTextBox.Text;

string url = $"http://api.steampowered.com/IPlayerService/GetOwnedGames/v1/?key={apiKey}&steamid={steamId}&include_appinfo=1&format=json";
string url = $"https://api.steampowered.com/IPlayerService/GetOwnedGames/v1/?key={apiKey}&steamid={steamId}&include_appinfo=1&format=json";

using (HttpClient client = new HttpClient())
{
Expand Down

0 comments on commit d039f37

Please sign in to comment.