Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
tuuna committed Dec 19, 2023
1 parent 771aff7 commit ee5e18b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Signature.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public function createAuthorization( RequestInterface $request, $expires = '+30
foreach ( $request->getHeaders() as $key => $value ) {
$key = strtolower( urlencode( $key ) );
$value = rawurlencode( $value[0] );
// echo $key . "======" . $value . PHP_EOL;
if ( !$this->options['signHost'] && $key == 'host' ) {
continue;
}
Expand Down

0 comments on commit ee5e18b

Please sign in to comment.