Assume that you use Windows Media Player to open an HTTP URL with Microsoft Media Foundation on a computer that is running Windows 7. The URL has percent-escaping in the path and resembles the following:
Note If you trace the network data, you notice that Windows Media Player sends an HTTP request for http://<URL>/0%a#.wav.
http://<URL>/0%25a%23.wav
In this situation, Windows Media Player cannot play the content at the URL.Note If you trace the network data, you notice that Windows Media Player sends an HTTP request for http://<URL>/0%a#.wav.