Closed TomGiordano closed 4 years ago
URI.escape doesn't escape some characters that are valid in datacenter, datastore and folder names. Eg. &, ?, =, (, ). This can lead to invalid URLs being generated. Using URI.encode_www_form_component should correctly escape these characters.
Thanks so much for your contribution! 🎉
URI.escape doesn't escape some characters that are valid in datacenter, datastore and folder names. Eg. &, ?, =, (, ). This can lead to invalid URLs being generated. Using URI.encode_www_form_component should correctly escape these characters.