kohttp
kohttp copied to clipboard
url is double encoded if used with url(encodedUrl)
In a sequence of calls when first call returns encoded url as redirect it cannot be used for next call with url(encodedUrl) as the library encodes path again. There is no bool to disable path encoding as far as i could find.