I'm using Bing Maps with an extra TileSource. All works well, except that I need to make the tiles private, as they're different for each user. Authentication/Authorization is provided via HttpBasicAuth
I don't see any way to send an Authorization header with the tiles without messing with the Bing library.
What are my options?