Details
-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: netcurl-6.1.0, netcurl-6.1.1, netcurl-6.1.2
-
Fix Version/s: netcurl-6.1.3
-
Component/s: None
-
Labels:None
-
Sprint:netcurl-6.1.3
Description
Not working:
$uAgent = [ sprintf('NETCURL-%s', (new NetWrapper())->getVersion()), ] WrapperConfig::setSignature($uAgent);
Working:
$uAgent = [ sprintf('NETCURL-%s', (new NetWrapper())->getVersion()), ] WrapperConfig::setSignature(implode('/', $uAgent));