View Single Post
Author Message
yusufali
Member
Join Date: Feb 2014
Old 12-03-2014 , 00:11   Posting via HTTP methods?
Reply With Quote #1

How would one be able to post data using steamtools?

Here is what i have so far

Code:
HTTPRequestHandle hndl = Steam_CreateHTTPRequest(HTTPMethod:HTTPMethod_POST, "http://someurl.php");
but how would i post data to the url? I know i can hard code it using
Code:
"http://someurl.php?var=3&var2=4"
But what is a more robust way of achieving this?
__________________
yusufali is offline