o
o copied to clipboard
Permalinks are buggy
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.
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 / from the base64 encoding, it will give a 404 because it thinks it is going to a different path.
Oops, that was it. Maybe you should just do encodeURI on the base64 encoded stuff.