HunterX12 Posted August 16 Report Posted August 16 I would like to use a proxy with steamcommunity. However, I noticed that the method of passing a proxy to steamcommunity via the request Lib is no longer supported since v3. Does this mean I now have to log in with SteamSession/ SteamUser and then set the cookies in steamcommunity? How does steamcommunity make use of the proxy for its own requests in that case? Or is it currently no longer possible to use a proxy with steamcommunity? Thanks! Quote
Dr. McKay Posted August 17 Report Posted August 17 You can still use a proxy the same way you did before with steamcommunity, but you're correct that the login() method no longer works if you do. You need to use steam-session with your proxy and call setCookies on steamcommunity, passing your proxy to both. HunterX12 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.