Skip to content

Commit 2a6a278

Browse files
committed
warn using qs
1 parent 18dad52 commit 2a6a278

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ try {
6464
String token = ea.generateURLToken(path);
6565
String url = String.format("http(s)://%s%s?%s=%s", hostname, path,
6666
ea.getTokenName(), token);
67+
// If you have a query string, be aware of string formatter in url.
6768
// => Link or Request "url" /w Query string
6869
} catch (EdgeAuthException e) {
6970
e.printStackTrace();

0 commit comments

Comments
 (0)