When I try to create a Uri object using Uri.parse
, I get %0D%0A added after `_countryCode` value
This is what gets logged
http://api.geonames.org/countryInfo?country=US%0D%0A&username=medcollapp
value of _countryCode is a string like US or IN. _countryCode is not empty I made sure of it.
I have no idea how to fix this any help would be appreciated.