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 18dad52 commit 2a6a278Copy full SHA for 2a6a278
README.md
@@ -64,6 +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.
68
// => Link or Request "url" /w Query string
69
} catch (EdgeAuthException e) {
70
e.printStackTrace();
0 commit comments