Quantcast
Channel: XmlReader Error in reading RSS Feed - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by serializer for XmlReader Error in reading RSS Feed

In my case SSL was disabled and TLS was only allowed. I changed to using a HTTPWebRequest instead. Please note that I am using .NET 4.0 and do not have TLS1.2 as option so I hardcoded the value (3072)...

View Article



Answer by L.B for XmlReader Error in reading RSS Feed

You site requires User-Agent header be setBelow code should work..string rss = null;using (var wc = new Webclient()){ wc.Headers["User-Agent"] = "SO/1.0"; rss =...

View Article

XmlReader Error in reading RSS Feed

I am trying to read an RSS feed from http://backend.deviantart.com/rss.xml?q=gallery:duster132/23316533&type=deviation with the following code: //Different RSS Links string deviant_rsslink =...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images