Download files from CloudFlare CDN using PyCurl to solve permissions problems

By |2018-07-26T13:39:51+00:00May 9th, 2016|Development, Python|

When you use Python to download a file cached by CloudFlare CDN it's mandatory that you inform a good "User Agent" and also support SSLv3 connections, otherwise you will get a file with the name you requested but with the HTML below inside: Error 1010 Ray ID: 29xxxxxxxxxed • 2016-05-08 19:20:51 UTC Access denied What [...]