HunterX12 Posted yesterday at 01:17 PM Report Posted yesterday at 01:17 PM 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 11 hours ago Report Posted 11 hours ago 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.