Firstsawyou edited a comment on issue #4117:
URL: https://github.com/apache/apisix/issues/4117#issuecomment-825420666


   > ${dataNow}
   > User-Agent:curl/7.29.0
   > x-custom-a:test
   
   The signature string here seems to be incorrect, we don't need a key in the 
signature header. You try it like this:
   
   ```
   const live = 
   `GET
   /health
   
   user-key-kelly
   Date:${dataNow}
   User-Agent:curl/7.29.0
   x-custom-a:test
   `;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to