Hello, I'm having trouble converting a PHP API to be used in C #, I can connect to the API but I can not send data, could anyone help me?
Follow the PHP API:
$process = curl_init("URL API");
curl_setopt($process, CURLOPT_USERPWD, "USUAR...
asked by
13.07.2018 / 17:26