Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discrepancy between result on webapp vs the cli tool #17

Open
asim29 opened this issue Aug 4, 2020 · 1 comment
Open

Discrepancy between result on webapp vs the cli tool #17

asim29 opened this issue Aug 4, 2020 · 1 comment

Comments

@asim29
Copy link

asim29 commented Aug 4, 2020

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:

  • go run cmd/cdnfindercli/main.go --phantomjsbin="bin/phantomjs" --host futbin.com
  • go run cmd/cdnfindercli/main.go --phantomjsbin="bin/phantomjs" --host www.futbin.com
  • go run cmd/cdnfindercli/main.go --phantomjsbin="bin/phantomjs" --host damndelicious.net
  • go run cmd/cdnfindercli/main.go --phantomjsbin="bin/phantomjs" --host 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".

@aaronpeters
Copy link
Contributor

aaronpeters commented Aug 4, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants