antohaby / cdn-recognizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDN Finder for url

This service can recognize what CDNS are using in given URL. This was made as test work and will be improved.

HowTo

Response:

{
    "www.funnygames.at": "Cloudflare",
    "cdnjs.cloudflare.com": "Cloudflare",
    "s7.addthis.com": null,
    "assets.funnygames.at": "OptimiCDN"
}

About

License:MIT License


Languages

Language:Python 100.0%