-1

我有交易问题。我的 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>

是什么意思,我该如何解决?

4

2 回答 2

2

你需要一个认证。

通过 cookie 在 URL 或 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/

于 2017-10-16T07:21:52.127 回答
0

希望您解决了您的问题,但如果没有,我可能会有所帮助。使用 Steam API 或机器人的访问被拒绝,通常意味着您没有将 5 美元存入帐户,然后它就被限制了。

于 2018-03-09T08:02:58.303 回答