You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the site functional but I'm not quite sure how the bots interact with the site.
I went through some of the bot's code and it seems some of the webside files are not provided?
For example:
string PostGetMessages()
{
Bot.log.Info("Submitting /api/messages/...");
var postUrl = "http://staging.csgoshop.com/api/messages/";
var data = new System.Collections.Specialized.NameValueCollection();
data.Add("key", Bot.CSGOShopAPIKey);
postUrl += "?sig=" + Bot.CreateSHA256(Bot.CSGOShopAPIKey, Bot.CSGOShopAPIKey);
return SteamWeb.Fetch(postUrl, "POST", data, null, false, "http://staging.csgoshop.com");
}
No description provided.
The text was updated successfully, but these errors were encountered: