Html Form Post Example C - 131 I would like to create a very simple C application that does an HTTP post. It will take a few parameters, and use these to construct a URL. I'd just like to do a simple HTTP POST and get the response without the use of curl (the libraries are not and will not be installed on the machine this needs to run). Pseudo-code: Process 2 args There are 3 possible values for the method attribute post It is used to send data to a server to update a resource form method post form get It is used to request data from a specified resource form method get form dialog This method is used when the form is inside a dialog element
Html Form Post Example C
Html Form Post Example C
Syntax