Skip to content
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

Encode URLs in all HTTP(S) requests #4

Open
slogan621 opened this issue Aug 8, 2019 · 0 comments
Open

Encode URLs in all HTTP(S) requests #4

slogan621 opened this issue Aug 8, 2019 · 0 comments

Comments

@slogan621
Copy link
Owner

Need to encode requests to deal with whitespace, something like in the following example:

StringBuilder query = new StringBuilder();
query.append("gallery=");
query.append(URLEncoder.encode(value, "UTF-8"));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant