You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of Uri.IsWellFormedUriString is causing an exception for Urls that may technically be invalid but are in use and supported by most, if not all, browsers. Here is an example from Volvo's site:
Better to fail early; RemoteReader should
Uri.IsWellFormedUriString(requestEventArgs.RemoteUrl, UriKind.Absolute)
during CreateSignedUrl.The text was updated successfully, but these errors were encountered: