Hello, I made a function to make cURL calls to an API and I am able to make the calls but I am not able to send headers.
Function:
function curlRequest($endpoint, $verb, $headers, $params = null) {
try {
//Inicia o cURL...
asked by
20.09.2017 / 15:50