Search results

  1. M

    PMG API HELP 401 no ticket

    i understand i need to pass my access ticket with any future request. i get my ticket from the post request. and i am passing my ticket as so. \\\\\\\\ curl_setopt($ch1, CURLOPT_HTTPHEADER, array("Cookie" => $ticket_code )); \\\\\\\ the language i am using is PHP and using curl to make the...