AkamaiOPEN-edgegrid-node icon indicating copy to clipboard operation
AkamaiOPEN-edgegrid-node copied to clipboard

Add jsesc library in order to escape unicode characters from request body

Open TristanBaoui opened this issue 6 years ago • 0 comments
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.

body.txt reduced_body.txt

TristanBaoui avatar Apr 24 '19 13:04 TristanBaoui