We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771aff7 commit ee5e18bCopy full SHA for ee5e18b
src/Signature.php
@@ -95,7 +95,6 @@ public function createAuthorization( RequestInterface $request, $expires = '+30
95
foreach ( $request->getHeaders() as $key => $value ) {
96
$key = strtolower( urlencode( $key ) );
97
$value = rawurlencode( $value[0] );
98
-// echo $key . "======" . $value . PHP_EOL;
99
if ( !$this->options['signHost'] && $key == 'host' ) {
100
continue;
101
}
0 commit comments