I'm not a dev, but I'm pretty sure this is as intended. Commands dislike it when you have a slash or colon in the middle of them, the only way of getting around that is putting the serverUri in quotation marks. Anything in quotation marks gets interpreted as a string, so it shouldn't give a syntax error for anything between them.
I'm not a dev, but I'm pretty sure this is as intended. Commands dislike it when you have a slash or colon in the middle of them, the only way of getting around that is putting the serverUri in quotation marks. Anything in quotation marks gets interpreted as a string, so it shouldn't give a syntax error for anything between them.