Know if it's really cdn server

3

Good morning,

Recently, on one of my websites, the lord of the hosting service, proposed to me to pass the content (videos and images) to cdn. How do I know if it really happened to cdn? How do I test, and see which server is providing the content to me? Are there tools for testing cdn?

Thank you

    
asked by anonymous 25.09.2017 / 13:44

2 answers

4

You can use the host command in cmd with the site name:

host -a www.visitbritain.com

It will return:

www.visitbritain.com. 0 IN CNAME d18sjq5nyxcof4.cloudfront.net.

We can see that the site uses d18sjq5nyxcof4.cloudfront.net as CDN.

    
25.09.2017 / 14:00
0

Accessing the site link is possible to perform the test.

    
28.06.2018 / 15:23