1
Vote

Cannot handle redirect from HTTP/HTTPS protocols to other dissimilar ones.

description

I'm using the RSS Tookit datasource with a feed from Wordpress.com. It works for some requests but then I start getting this exception: "Cannot handle redirect from HTTP/HTTPS protocols to other dissimilar ones." I can catch the exception but what is causing it?
 
Inner exception: {"Invalid URI: The hostname could not be parsed."} System.Exception {System.UriFormatException}
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)\r\n
at System.Uri.CreateUri(Uri baseUri, String relativeUri, Boolean dontEscape)\r\n
at System.Uri..ctor(Uri baseUri, String relativeUri)\r\n
at System.Net.HttpWebRequest.CheckResubmit(Exception& e)

comments