Updated Port to HTTPS-Version

This commit is contained in:
Jonas Dellinger 2016-09-03 00:40:55 +02:00
parent ec32ba8c06
commit e0357ef2b1

View File

@ -103,7 +103,7 @@ namespace SpotifyAPI.Local
parameters += "&returnon=login%2Clogout%2Cplay%2Cpause%2Cerror%2Cap";
}
string address = "http://" + Host + ":4380/" + request + parameters;
string address = "https://" + Host + ":4371/" + request + parameters;
string response = "";
try
{
@ -144,7 +144,7 @@ namespace SpotifyAPI.Local
parameters += "&returnon=login%2Clogout%2Cplay%2Cpause%2Cerror%2Cap";
}
string address = "http://" + Host + ":4380/" + request + parameters;
string address = "https://" + Host + ":4371/" + request + parameters;
string response = "";
try
{