XmlDataProvider authentication Http issue
Posted
by Allen Ho
on Stack Overflow
See other posts from Stack Overflow
or by Allen Ho
Published on 2010-03-23T23:21:04Z
Indexed on
2010/03/23
23:23 UTC
Read the original article
Hit count: 431
xmldataprovider
|authentication
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
© Stack Overflow or respective owner