php-chef
php-chef copied to clipboard
Sign only path portion of URL
Chef partial-search's combination of GET params in a POST request causes signing to fail.
$parts['path']
should reliably contain only the endpoint path and allow signing to be successful regardless of the request structure.
Resolves #14
:+1: on this