rybalkinsd / kohttp

Kotlin DSL http client
https://kohttp.gitbook.io
Apache License 2.0
478 stars 42 forks source link

url is double encoded if used with url(encodedUrl) #211

Open mazmar opened 2 years ago

mazmar commented 2 years ago

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.