kohttp icon indicating copy to clipboard operation
kohttp copied to clipboard

url is double encoded if used with url(encodedUrl)

Open mazmar opened this issue 3 years ago • 0 comments

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.

mazmar avatar Jun 22 '22 09:06 mazmar