Open asim29 opened 4 years ago
The CLI is deprecated and no longer maintained. I recommend not to use it anymore.
The CDN Finder on the website is the currently active version and actively maintained. API access may come soon.
Aaron
On Tue, 4 Aug 2020 at 16:52, Asim Waheed notifications@github.com wrote:
There are many domains, all of which are hosted on Cloudflare, that give a different result on the Webapp vs on the command-line tool.
The command I have used for both domains is:
- go run cmd/cdnfindercli/main.go --phantomjsbin="bin/phantomjs" --host futbin.com http://futbin.com
- go run cmd/cdnfindercli/main.go --phantomjsbin="bin/phantomjs" --host www.futbin.com http://www.futbin.com
- go run cmd/cdnfindercli/main.go --phantomjsbin="bin/phantomjs" --host damndelicious.net http://damndelicious.net
- go run cmd/cdnfindercli/main.go --phantomjsbin="bin/phantomjs" --host www.damndelicious.net http://www.damndelicious.net
Both of these return an empty string for the CDN, while on the webapp on the cdnplanet.com, it returns the correct result "Cloudflare".
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/turbobytes/cdnfinder/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACFE64DAYQHDO5XN62PYU3R7AOBDANCNFSM4PUPNUFA .
-- Phone: +31 6 1563 3343 Web: https://www.aaronpeters.nl Twitter: https://twitter.com/aaronpeters
There are many domains, all of which are hosted on Cloudflare, that give a different result on the Webapp vs on the command-line tool.
The commands I have used for two of these domains is:
Both of these return an empty string for the CDN, while on the webapp on the cdnplanet.com, it returns the correct result "Cloudflare".