If your using any sort of mirror server (simplecdn, maxcdn, akamai, limelight, etc) you have to be very careful about creating duplicate content that could be spidered by search engines. There’s a way to handle this issue that does not require you to have access to the mirror server itself.
First you have to identify the User Agent the mirror server is using to access your origin site. You will have to create a rewrite condition in your .htaccess file that targets that User Agent, and serves a different robots.txt to the CDN, for SimpleCDN it’s this:
RewriteCond %{HTTP_USER_AGENT} SimpleCDN
RewriteRule ^robots\.txt$ /robots_simplecdn.txt [L]
Now you just need to create a robotssimplecdn.txt_ and block all robots:
User-agent: *
Disallow: /