我正在尝试为排行榜实现Steam API。在我想编写代码之前,我首先尝试了Postman。但是,一旦我尝试向(documentation)发出POST请求
它返回以下内容:
<html>
<head>
<title>Forbidden</title>
</head>
<body>
<h1>Forbidden</h1>Access is denied. Retrying will not help. Please verify your
<pre>key=</pre> parameter.
</body>
</html>
我仔细检查了密钥和所有内容,它们必须正确,因为其他具有相同应用ID和密钥的请求都可以正常工作! 感谢您的任何帮助。