Chuck Posted April 20, 2020 Share Posted April 20, 2020 I can't find this in the documentation. Link to comment Share on other sites More sharing options...
Vortegan Posted April 21, 2020 Share Posted April 21, 2020 what documentation in all seriousness, it looks like a POST request is sent to https://backpack.tf/user/<SID64>/classifieds with the following form data: { intent: <buy | sell> action: <hide | unhide> may_unhide: false user-id: <userid> } where intent can be buy or sell, action can be hide or unhide, and user-id is your user-id cookie(?) Link to comment Share on other sites More sharing options...
Zeus_Junior Posted April 21, 2020 Share Posted April 21, 2020 Good find @Vortegan For the ID, i assume it is the ID used when logging out, <a href='/logout?user-id=abcd'> Not sure if its a cookie Link to comment Share on other sites More sharing options...
TheGlenCoco Posted April 21, 2020 Share Posted April 21, 2020 It is stored as a cookie. Link to comment Share on other sites More sharing options...
Chuck Posted April 21, 2020 Author Share Posted April 21, 2020 Got it working, thanks all. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.