I will like to distribute a javascript file with several of my clients, they have several thousands of unique visits a day on their pages, so my file will be called a lot of times, i don't want that pressure on my web server, so i bought a CDN storage from RackSpace.
Since here everything is ok, but the URL of the file, my CDN gives me a very long URL i will like to shorten to something like js-api.mysite.com, so my clients can add that URL to their sites.
I'm not very clear about 2 things:
- What type of redirect should i use in order to maintain my web server completely out? (i can buy anther domain if necessary)
- My original long URL is serve in https, do I need to consider that on the selection of the type of redirect?