You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Yanyanghappy
changed the title
Bug in curl settings for transferring content
Bug in curl settings for transferring content with nlohmann-json package
Mar 25, 2024
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());
The text was updated successfully, but these errors were encountered: