Posts by Marcelo Bicudo • 16 points
2 posts
-
0
votes1
answer1201
viewsA: How to access the contents of a Curl request with php?
As I understand it, this API returns a JSON and by default the parameter CURLOPT_RETURNTRANSFER of curl_setopt does the curl_exec return a string even if successful, according to documentation:…
-
0
votes0
answers163
viewsQ: Problems sending JSON by POST when compiled
I am with an application whose one of the modules is responsible for sending a JSON to an online API that synchronizes the data with a back system. When this module is run or debugged into an IDE,…