EdgeAuth-Token-Node icon indicating copy to clipboard operation
EdgeAuth-Token-Node copied to clipboard

[Example 2] missing /* or /filename, as edgeauth alone does not work

Open whitesiearrawhisky opened this issue 5 years ago • 0 comments

to implement a Lambda function to generate tokens.

This particular info is wrong // [EXAMPLE 2] Query string token = ea.generateURLToken("/akamai/edgeauth")

Should be either for example // [EXAMPLE 2] Query string token = ea.generateURLToken("/akamai/edgeauth/*") or // [EXAMPLE 2] Query string token = ea.generateURLToken("/akamai/edgeauth/file.zip")

Please review Test and update the documentation accordingly.

whitesiearrawhisky avatar Oct 01 '19 09:10 whitesiearrawhisky