Hello @markcameron
In the laravel 4.2
My route('api/products') return API::createResponse(array("foo" => "bar"), 404);
When i use: API::get('api/products') is working fine.
I try again with API::get('http://localhost/api/products').
It not work.
I don't want to use the jquery ajax.
(Get data from site A, to show on site B)