diff --git a/fastly/__init__.py b/fastly/__init__.py index 032b693..95c043f 100755 --- a/fastly/__init__.py +++ b/fastly/__init__.py @@ -1057,7 +1057,7 @@ def _fetch(self, url, method="GET", body=None, headers={}): if self._fully_authed: hdrs["Cookie"] = self._session else: - hdrs["X-Fastly-Key"] = self._api_key + hdrs["Fastly-Key"] = self._api_key hdrs["Content-Accept"] = "application/json" if not hdrs.has_key("Content-Type") and method in ["POST", "PUT"]: