View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 12-03-2014 , 05:53   Re: Posting via HTTP methods?
Reply With Quote #2

There is no way to specify GET (in URL) params for a POST request with the SteamWorks interface.
Any API that requires a POST really should support including any GET params in with the request body.
You also don't need to re-tag the HTTPMethod.
__________________

Last edited by asherkin; 12-03-2014 at 05:54.
asherkin is offline