AkamaiOPEN-edgegrid-node
AkamaiOPEN-edgegrid-node copied to clipboard
Add jsesc library in order to escape unicode characters from request body
trafficstars
In reference to #52
See the two files attached for tests. They are used as body for requests to Cloudlet Edge Redirector API. Without escaping unicode characters, signature is wrong on body.txt because truncation of the file does not happen properly. It works properly with or without escaping when truncation is not performed.