Ebay Signature #3
Replies: 3 comments 2 replies
|
Thank you for letting me know, may I know If you get any error currently without using signature? |
|
Hi,
Endpoint call fails without signature.
I only need getTransactions, that's why i was lazy with the implementation. |
|
I have pushed a new version and included signing key support. Thank you for your contribution. Please have a test. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Thanks for the Work you're putting into this project. Maybe it would be nice, to add signature to the repository. Made it for my personal use, but didn't (yet) integrate payload signature. Sorry for my bad english, i'm native german speaker.
My actual solution is:
New Controller for the signature
Model for the signing key:
Change in Constants.cs:
Change in EbayController:
Change in FinancesController:
Source to generate signature:
--> I was lazy and took the code from here: https://stackoverflow.com/questions/76034590/ebay-digital-signature-for-restful-apis-sign-signature-base-with-given-private because i had problems with the Keys.
Change in Request Executer:
All reactions