FYI: Something change .Net Fx. WebClient not working with //urls, protocol is now required
We have a old site that has been using
var content = WebClient::DownloadString("//host.com/path");
without specifying the http/https protocol and it stopped working today.
This worked for a long time without issue, but now the actual protocol is required.
0 comments:
Post a Comment