If a BaseUrl or a path in the appsettings of the host application contains a space, we should either:
- Warn the user in the console
.Strip the data so as to remove starting and ending spaces
If left unchecked, this might introduce a bug in the host's code.
For example:
