amoro icon indicating copy to clipboard operation
amoro copied to clipboard

[Improvement]: Encapsulate a method for computing HTTP request signatures.

Open Aireed opened this issue 2 years ago • 2 comments

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

Aireed avatar Jun 13 '23 11:06 Aireed

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.

github-actions[bot] avatar Aug 20 '24 00:08 github-actions[bot]

@Aireed Are you still tracking this issue?

zhoujinsong avatar Aug 20 '24 02:08 zhoujinsong

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.

github-actions[bot] avatar Aug 10 '25 00:08 github-actions[bot]

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?

Jzjsnow avatar Aug 22 '25 02:08 Jzjsnow

supplied by #3746

Aireed avatar Sep 23 '25 07:09 Aireed