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

QRcode link broken because not url encoded #131

Open
fwild opened this issue Aug 1, 2023 · 0 comments
Open

QRcode link broken because not url encoded #131

fwild opened this issue Aug 1, 2023 · 0 comments

Comments

@fwild
Copy link
Collaborator

fwild commented Aug 1, 2023

The QRcode link for the Google Chart API is not correct, dropping the id parameter, because the link handed over as download parameter is not url encoded.

Currently (example):

https://chart.googleapis.com/chart?cht=qr&chs=500x500&chl=wekit://load?download=1/mod_arete/arlems/841697857/session-2022-09-13_09-16-38.zip&id=session-2022-09-13_09-16-38

Should be:

https://chart.googleapis.com/chart?cht=qr&chs=500x500&chl=wekit%3A%2F%2Fload%3Fdownload%3D1%2Fmod_arete%2Farlems%2F841697857%2Fsession-2022-09-13_09-16-38.zip%26id%3Dsession-2022-09-13_09-16-38

urlencode

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

No branches or pull requests

1 participant