Test if URL is accessible from web browser i.e. make sure not blocked by Proxy server

后端 未结 5 1035
日久生厌
日久生厌 2020-12-16 19:47

I am serving my website from mywebsite.com. I host images on flickr so all images are loaded in the user\'s browser via get requests to flickr. Many of my websites users a

5条回答
  •  别那么骄傲
    2020-12-16 20:11

    For facebook you can simply include the Facebook JS API and then test if one of the objects/functions it exports exists.

    It would be better if you did not (ab-)use external hosts for your stuff. If you want a CDN, better use a real one...

提交回复
热议问题