HERE API never runs batch job, always returns accepted status
For some reason my application stopped working this morning. After submitting a job, when making a request for it's status, it only returns accepted Here's the code I'm using to create and run the job: $url = "https://batch.geocoder.api.here.com/6.2/jobs?action=run&app_code=".$app_code."&app_id=".$app_id."&mailto=stackoverflow@example.com&outcols=latitude,longitude,locationLabel&outputcombined=true&indelim=|&outdelim=|&language=hu-HU&header=true"; if($cURLHandler) { curl_setopt($cURLHandler, CURLOPT_HTTPHEADER, array('Content-Type: text/plain')); curl_setopt($cURLHandler, CURLOPT