MLB account credentials are entered correctly but I get the following error:
raise Exception("could not authenticate: {authz_contet}")
I've extracted the response from the authz call and it came back with this:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<h1>Error 403 Forbidden</h1>
<p>Forbidden</p>
<h3>Guru Mediation:</h3>
<p>Details: cache-iad-kjyo7100136-IAD 1649414904 3363262204</p>
<hr>
<p>Varnish cache server</p>
</body>
</html>
Any ideas?
MLB account credentials are entered correctly but I get the following error:
raise Exception("could not authenticate: {authz_contet}")
I've extracted the response from the authz call and it came back with this:
Any ideas?