Barak Posted August 15, 2022 Report Posted August 15, 2022 Hi Dr.McKay, I know this sub topic is probably not the correct place to ask this, since in this package from what I can tell in the source code you've been using their internal methods with cookies and sessions etc. But I wanted to ask a question about the Steam WebApi that you have wrapped inside the node-steam-webapi package. https://api.steampowered.com/IEconService/CancelTradeOffer/v1?key=key Seems like the above endpoint is throwing 404s. I can see their docs here https://developer.valvesoftware.com/wiki/Steam_Web_API/IEconService#Input_4 and it doesnt say anything about it being removed or planned on being removed. The request I'm sending is pretty simple; a POST on https://api.steampowered.com/IEconService/CancelTradeOffer/v1?key=xxx&tradeofferid=xxx with no body. It returns this <html> <head> <title>404 Not Found</title> </head> <body> <h1>Not Found</h1> </body> </html> I can't find anything on the web, so I have to ask here Is anyone else experiencing this issue as well? All the best, Quote
Barak Posted August 15, 2022 Author Report Posted August 15, 2022 Any solutions to go around this using an api key from the user? 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.