[Improvement]: Encapsulate a method for computing HTTP request signatures.
Search before asking
- [X] I have searched in the issues and found no similar issues.
What would you like to be improved?
If a user wants to access AMS through an HTTP request and there is no readily available tool method to generate a signature.
How should we improve?
1、Encapsulate a method for computing HTTP request signatures. 2、Add usage instructions to guide users on how to access AMS via HTTP.
Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
Subtasks
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.
@Aireed Are you still tracking this issue?
This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.
We’ve added a new endpoint /api/token/calculate/signature in #3746 to help generate signatures based on query params and apiKey. This endpoint can be used by clients to verify the correctness of their own signature calculation.
Could you take a look and see if this fits the need described in the issue?
supplied by #3746