Is a URI (specifically an HTTP URL) allowed to contain one or more space characters? If a URL must be encoded, is + just a commonly followed convention
+
Urls should not have spaces in them. If you need to address one that does, use its encoded value of %20
%20