View Single Post
yusufali
Member
Join Date: Feb 2014
Old 12-03-2014 , 16:11   Re: Posting via HTTP methods?
Reply With Quote #4

from reading the steamtools.inc
so if I try something like this:

Code:
HTTPRequestHandle hPost = Steam_CreateHTTPRequest(HTTPMethod_POST, "http://someurl.php")
setHTTP_param( hPost, "action", "some value" )
Steam_SendHTTPRequest( hPost, callback )
this will not work as a correct way to post data to a url?
__________________
yusufali is offline