2018-10-22 UTC
# tonz In my attempts to get micropub working, I notice that clients like Quill get unauthorised / missing bearer token errors. Not when first authenticating (using my Wordpress credentials), but always in next steps. Quill posts fine, micropublish.net doesn't. The issue is I run php as fastcgi, not as mod_php and that makes authorisation headers unavailable to php it seems. Changing htaccess doesn't help thusfar. Any pointers appreciated.