How-to articles, tricks, and solutions about USER-AGENT
PHP cURL how to add the User Agent value OR overcome the Servers blocking cURL requests?
You can add a custom User Agent value to a cURL request in PHP using the CURLOPT_USERAGENT option.