-
I'm using node red to log simple data values from arduino send with this library.
Everything works but the status code of the response is sometime 200, but most of the time randomly `0` with an emp…
-
While making RESTful POST request to my ParseServer (http://parseplatform.org/) I kept on getting the BAD REQUEST error as the server was not able to understand the JSON.
Upon comparing the request…
-
Trying to get the RESTClient code in cpp_utils working. Using the example code, I am getting a curl error message indicating Protocol "https" not supported or disabled in libcurl. I see that there is …
-
What is the functional equivalent of:
```
CURL *curl = curl_easy_init();
if(curl) {
curl_easy_setopt(curl, CURLOPT_URL, "https://example.com/");
curl_easy_setopt(curl, CURLOPT_SSL_CIPHER_LI…
badfd updated
4 years ago
-
Using this library for simple gets/posts/puts and it works a-ok.
However, was looking to do a multipart form post upload of an image file to the server using this. Not sure if this support is avail…
-
## Initial problem
In attempting to reproduce a different problem in `experimental/python`, I was trying to build CUDA Quantum on a dusty deck OS. I run into this linker failure.
```console
/op…
-
Hi,
first, thanks for your work. I have a strange behaviuor using your RestClient library as a pointer.
I define a RestClient object as a pointer, because i need to create it after loading the col…
-
**Command**
``` bash
$ make
```
**Environment**
```
OSX Yosemite 10.10.2
GNU Make 3.81
gxx version 6.1.0
```
**Error**
```
Undefined symbols for architecture x86_64:
"RestClient::post(std::__1…
-
Hi
Below is my function this works file for ubuntu and rhel but when it come to centos,
and I make a call to this function it does not return and stuck in between.
```C++
bool CSchedule::getSc…
-
Sometimes errors appear in the error logs
```
2020-01-20 21:39:42.220 ERROR [13518] [Gameap::Rest::patch@280] RestClient HTTP response code (PATCH): -1
2020-01-20 21:39:42.220 ERROR [13518] [Game…