Reputation: 1
I was trying toget response from live server api in my local machine it runs perfect but when I am goiung live I found this error. Is there any solution of this
$response = Http::get('http://my-domain/public/api/helloo');
dd($a->body());
Upvotes: 0
Views: 212