You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 'Escape token input' option in the Property Manager corresponds to 'escapeEarly' in the code.
74
+
Escape token input (on) == escapeEarly (true)
75
+
Escape token input (off) == escapeEarly (false)
76
76
* In [Example 2] for Query String, it's only okay for 'Ignore query string' option (on).
77
77
* If you want to 'Ignore query string' option (off) using query string as your token, Please contact your Akamai representative.
78
78
@@ -109,7 +109,7 @@ try {
109
109
110
110
* ACL can use the wildcard(\*, ?) in the path.
111
111
* Don't use '!' in your path because it's ACL Delimiter.
112
-
* Use 'escape_early=False' as default setting but it doesn't matter turning on/off 'Escape token input' option in the Property Manager
112
+
* Use 'escapeEarly=false' as default setting but it doesn't matter turning on/off 'Escape token input' option in the Property Manager
113
113
114
114
115
115
## Usage
@@ -154,7 +154,7 @@ Returns the authorization token string.
154
154
155
155
156
156
## Others
157
-
If you use the **Segmented Media Protection** behavior in AMD(Adaptive Media Delivery) Product, **tokenName(options.tokenName)** should be '**hdnts**'.
157
+
If you use the **Segmented Media Protection** behavior in AMD(Adaptive Media Delivery) Product, **tokenName** should be '**hdnts**'.
0 commit comments