for some bizarre reason i get a 503 HTTP error while authenticating the bot which is unhanded and causes the program to pause. No fatal crash is caused by it but i'm forced to continue the execution manually.
if (isGetMethod || string.IsNullOrEmpty(dataString))
{
return request.GetResponse() as HttpWebResponse;
}
Good evening,
for some bizarre reason i get a 503 HTTP error while authenticating the bot which is unhanded and causes the program to pause. No fatal crash is caused by it but i'm forced to continue the execution manually.