akamai / NetStorageKit-PHP

Akamai NetStorage for PHP
http://developer.akamai.com
Apache License 2.0
18 stars 19 forks source link

Bug on makeDataToSign() #17

Open francescjimenez opened 3 years ago

francescjimenez commented 3 years ago

The make data to sign function has a bug, and then the request always is Forbidden.

You will need to add more information on the x-akamai-acs-action header like:

"x-akamai-acs-action:version=1&action=" . trim($this->action)

line 179 in: Authentication.php