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
Changes in 5.4.46 and 5.4.48 have meant that // is no longer considered a valid URI, however the RFC seems to suggest this is valid. There has even been a specific test case added that // throws an exception.
Why is // (or /// etc) considered invalid? This seems to be a mistake.