-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to parse URL #553
Labels
Comments
My team have seen issues where the httpClient throws 'IllegalStateException: Invalid url format' when a queryParam contains '~' (tilde). Tried this on both 0.9.3 and 0.9.4 |
The |
e5l
added a commit
that referenced
this issue
Sep 14, 2018
soywiz
pushed a commit
that referenced
this issue
Oct 1, 2018
dave08
pushed a commit
to dave08/ktor
that referenced
this issue
Nov 11, 2018
schleinzer
pushed a commit
to schleinzer/ktor
that referenced
this issue
Feb 26, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fail to parse URL when
/
is missing between hostname and query parameters?
example:
https://www.test.com?test=ok&authtoken=testToken
The text was updated successfully, but these errors were encountered: