0
Curl error :- Failed to connect to 12... Connection refused
There are some curl request that I am making in my laravel application , on local those are working fine , but on server , it's showing error as connection refused. Any idea what is happening here?
2 ответов
0
If you are sure your curl request is not defective, the next thing to look out for is if the site is SSL enabled (https) and if accepts cross-origin access.
The latter you could find in your browser console.
0
I think the SSL is enabled , but still no clue.