My CDN server is getting blocked on certain corporate networks. I have added my CDN site to most corporate firewall directory to make sure its categorized correctly and not as a parked domain or other categories which are considered spam by web filtering softwares used by corporates. I guess the reason is that my CDN domain name is not the same as my websites domain name. Why I did this? Because I wanted to use a cookie-less domain for all my static stuff (images/css/js) like everyone else (twitter, youtube). Is there a place which lists all such directories where I can categorize my CDN domain? Is this the best way to do this? I guess the ROI of this optimization is pretty low and I might consider moving my CDN domain as a sub-domain of my website domain if I dont get any convincing answer to this.
|
feedback
|
|
Putting your assets in a separate domain is a common practice, even Server Fault does it ( | |||||||||||
feedback
|
|
The ip range for google app engine is being blocked by web trends. I don't think there is anything you can do if you are using google app engine besides setting up a small js script to detect if the CDN is being blocked, and in which case using your local resource files instead. | |||
feedback
|