Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallet cannot process properly escaped characters in the scanned URI #2937

Open
ejossev opened this issue Oct 7, 2024 · 2 comments
Open
Assignees
Labels

Comments

@ejossev
Copy link

ejossev commented Oct 7, 2024

When scanning the QR code with credential offer:

This QR code works:
openid-credential-offer:https://?credential_offer_uri=https://openid.pre.vc-dts.sicpa.com/credential-offer/019257b7-da67-79b4-a204-3db874f6430f
But this one does not:
openid-credential-offer:https://?credential_offer_uri=https%3A%2F%2Fopenid.pre.vc-dts.sicpa.com%2Fcredential-offer%2F019257b7-da67-79b4-a204-3db874f6430f

The first one is not properly formed URI (see rfc2396, chapter 2.4 in conjunction with 3.4). Escaping shall be used and the wallet shall process it.

@hawkbee1
Copy link
Collaborator

hawkbee1 commented Oct 7, 2024

@ejossev
Can you provide first link

@ejossev
Copy link
Author

ejossev commented Oct 7, 2024

Sorry, I've updated it, it seems even the github cannot process malformed URLs as URLs ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants