Internet Explorer自动从站点下载音乐而不是流式传输

I have a music site. It works correctly except for when I enter the site from Internet Explorer. IDM (internet download manager) is downloading music from my site. There is no problem in Chrome and Firefox. Just IE. How can I disable or block the downloading of music from sites in Internet Explorer?

ie doesn't know how to play this stream, he get's so he downloads it. you can get add-ons for IE to prevent that behavior on your LOCAL machine.

you could set headers in php or with your webserver,

Cache-Control: no-cache
Pragma: no-cache

would do the trick in IE if i'm not totally wrong. But this is not preventing the User from being able to download the Stream. If you really want to do that you need to use Microsoft's Silverlight Plugin or another DRM-Player