We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6a278 commit 40e9abfCopy full SHA for 40e9abf
README.md
@@ -64,7 +64,7 @@ try {
64
String token = ea.generateURLToken(path);
65
String url = String.format("http(s)://%s%s?%s=%s", hostname, path,
66
ea.getTokenName(), token);
67
- // If you have a query string, be aware of string formatter in url.
+ // If url has a query string which isn't for the token, be aware of the string formatter and symbol(? and &).
68
// => Link or Request "url" /w Query string
69
} catch (EdgeAuthException e) {
70
e.printStackTrace();
0 commit comments