Process Designer gives cURL error # Failed to connect to ---Connection refused
Content
In my process designer. I am using curl request. And it gives an error. " cURL error # Failed to connect to ---Connection refused "
also used this
if (!function_exists('curl_init'))
{
load_curl();
}
also check on execute Asynchronously. Please help
0