You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a lot of head-scratching and rewriting of code, I finally figured out why my token provider script doesn’t work with Quill: it is because this library doesn’t allow me to login using URLs with query strings.
Is there any real reason for not allowing query strings? I couldn’t find anything about it in the protocol description.
I even thought about doing multiple Micropub endpoints on my homepage by simply appending a ?mp=1, ?mp=2, etc. query. But now it turns out this will be rejected by Quill and any other PHP implementation that uses this library.
The text was updated successfully, but these errors were encountered:
After a lot of head-scratching and rewriting of code, I finally figured out why my token provider script doesn’t work with Quill: it is because this library doesn’t allow me to login using URLs with query strings.
Is there any real reason for not allowing query strings? I couldn’t find anything about it in the protocol description.
I even thought about doing multiple Micropub endpoints on my homepage by simply appending a
?mp=1
,?mp=2
, etc. query. But now it turns out this will be rejected by Quill and any other PHP implementation that uses this library.The text was updated successfully, but these errors were encountered: