Closed cinari4 closed 1 year ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
Close this PR because it was requested incorrectly.
What is this PR for?
Fixing API Endpoint Mismatch Issue in CredentialController
Overview or reasons
I have identified an issue in the CredentialController on the server. Currently, the endpoint for receiving requests is set as /fido2/credentials/{id}, but I noticed that when constructing the API address on the rpserver, it is being called as /fido2/credentials{id}. As a result, the credentials API cannot be successfully invoked.
Tasks
When calling the credentials API, you need to configure the address of that API in rpserver, pathSegment function when calling the credentials API.
Result
Now able to call the server's credential/{id} api from rpserver as normal.