i'm using code block:
if (!uri.trycreate("http://www-.ageofautism.com/2010/01/wakefields-science-proven-valid-again-in-new-study-that-replicates-findings.html", urikind.absolute, out url) || url.host == string.empty) throw new invalidurlexception(inputurl);
and function uri.trycreate returns true, instead of false. url broken because: "www-" not valid prefix.
can explain this?
www-.ageofautism.com
valid my-super-server.ageofautism.com
if adress exists different question.
Comments
Post a Comment