Prevent Browser from Opening Download Window for CDN
- by TheBlackBenzKid
I use Rackspace CloudFiles CDN. Apparently the way that Akamai works (company that backs CloudFiles program) is that the mime-type is an image and will force the user to download it - I can still use the image within HTML tags like the <img src="//cdn.com/image.jpg"/> but copying it in the URL or clicking the image will always prompt the download
I want to view that image within the browser - this happens with IE, Google Chrome and Firefox.