You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
I am using Goutte with Laravel and hosted on shared hosting.
On local few proxies are working and few are not.
But on server which is a namecheap shared hosting proxy not working at all.
Here is my code.
use Symfony\Component\HttpClient\HttpClient; use Goutte\Client;
used in different order too but same issue.
$proxy='5.11.17.230:1080'; $config = ['proxy' => $proxy, 'timeout' => 60]; $client = new Client(HttpClient::create($config));
error
I have used several proxies from several source but same issue.
The text was updated successfully, but these errors were encountered: