We got this confusing error when a user accidentally copy/pasted a leading space character in an environment variable used to build the URL:
Example:
The request's URL was set to: http://{URL}/blah
The {URL} environment variable had a value of " hostname" (**notice the leading space character**)
This caused Postman to try to access http:// hostname/blah
which gave this error message.