I have a problem with the REST API in Codeigniter. When i put the url in Firefox I get the desired response, so i know the url is correct. Using the code below, I get a timeout. I have no idea what is causing this. Any help would be greatly appreciated.
$json = file_get_contents('http://localhost/q3n/index.php/api/action_count/status/2');
print_r(json_decode($json));