Steam Error: Access Denied
Steam Error: Access Denied
我的交易有问题。我的 Steam 机器人发送了很多交易,它们发送的很好,但有时我看到错误(我从 https 到 https 执行的所有请求):
<HTML>
<HEAD>
<TITLE>Access Denied</TITLE>
</HEAD>
<BODY>
<H1>Access Denied</H1>
You don't have permission to access "http://steamcommunity.com/tradeoffer/new/send" on this server.
<P> Reference .......
</BODY>
</HTML>
这是什么意思,我该如何解决?
您需要身份验证。
在 URL 中提供合作伙伴和令牌,或通过 cookie
提供 sessionid(如果有)
https://steamcommunity.com/tradeoffer/new/?partner=".$usersid32."&token=".$token
https://www.reddit.com/r/SteamBot/comments/3difg0/unable_to_send_trade_offer_receiving_error_401/
希望你解决了你的问题,如果没有,我可能会提供帮助。
使用 steam API 或 bot 被拒绝访问,通常意味着您还没有将 5 美元存入帐户然后它是有限的。
我的交易有问题。我的 Steam 机器人发送了很多交易,它们发送的很好,但有时我看到错误(我从 https 到 https 执行的所有请求):
<HTML>
<HEAD>
<TITLE>Access Denied</TITLE>
</HEAD>
<BODY>
<H1>Access Denied</H1>
You don't have permission to access "http://steamcommunity.com/tradeoffer/new/send" on this server.
<P> Reference .......
</BODY>
</HTML>
这是什么意思,我该如何解决?
您需要身份验证。
在 URL 中提供合作伙伴和令牌,或通过 cookie
提供 sessionid(如果有)https://steamcommunity.com/tradeoffer/new/?partner=".$usersid32."&token=".$token
https://www.reddit.com/r/SteamBot/comments/3difg0/unable_to_send_trade_offer_receiving_error_401/
希望你解决了你的问题,如果没有,我可能会提供帮助。 使用 steam API 或 bot 被拒绝访问,通常意味着您还没有将 5 美元存入帐户然后它是有限的。