-
Notifications
You must be signed in to change notification settings - Fork 8
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
Permalinks are buggy #45
Comments
Now they don't work on mobile. |
Seems to only be iOS |
Base 64 doesn't work because we're separating the input and code with a forward slash. If the b64 encoding doesn't contain a slash, then it works. |
I don't have any test cases for code or inputs that, when Base 64 encoded, contain a |
They don't seem to work at all anymore. :( Just gives a 404 error. |
The ones in the README work fine. What was the link you used? If it contains a |
Oops, that was it. Maybe you should just do |
Reopen this issue whenever Permalinks break
They're buggy and work only half the time. I think if we encode the request into base 64 and decode it in the POST request, we should be good.
The text was updated successfully, but these errors were encountered: