Change Escargot NotRST endpoint to HTTP for testig

This commit is contained in:
Yoshi Askharoun
2023-04-28 19:06:40 -05:00
parent 169687a8d3
commit 7f8cd758cb
+1 -1
View File
@@ -5,7 +5,7 @@ namespace Microsoft.Zune.Service
{
internal static partial class Escargot
{
const string ESCARGOT_NOTRST_URL = "https://login.zunes.me/NotRST.srf";
const string ESCARGOT_NOTRST_URL = "http://login.zunes.me/NotRST.srf";
const string HEADER_X_USER = "X-User";
const string HEADER_X_PASS = "X-Password";
const string HEADER_X_TOKEN = "X-Token";