XmlDataProvider authentication Http issue
- by Allen Ho
Hi,
I have an XMLDataProvider
IsAsynchronous="True"
x:Key="xmlData" Source="http://192.168.15.90/text.xml"/
The only problem is the Source requires authtication.
I can get around this but using a HttpWebRequest in which I can pass in NetworkCredentials,
but I was just wondering if there was a simpler way of passing in credentials to the XMLDataProvider