jpbarrette / curlpp

C++ wrapper around libcURL
http://www.curlpp.org
1.68k stars 360 forks source link

Bug in curl settings for transferring content with nlohmann-json package #167

Open Yanyanghappy opened 8 months ago

Yanyanghappy commented 8 months ago

For nlohmann-json package

Correct:curl_easy_setopt(curl, CURLOPT_POSTFIELDS, jsonString.c_str());

Error:curl_easy_setopt(curl, CURLOPT_POSTFIELDS, jsonString.dump(4).c_str());