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
I'm working on a Micropub client. A user who runs Known with indiepub is encountering an error using my app. Specifically, when their request was successful and I received a 200 OK response, the content-type header was set to application/x-www-form-urlencoded
When I attempted to add a Micropub client (in this case iA Writer) I received an 'Invalid Response' error, although my Known installation shows the client as authorized. I had a similar result when using the Indigenous client on iOS.
Hi folks,
I'm working on a Micropub client. A user who runs Known with indiepub is encountering an error using my app. Specifically, when their request was successful and I received a
200 OK
response, thecontent-type
header was set toapplication/x-www-form-urlencoded
As per the spec, I expected an
application/json
response.Is what's available in the
Token.php
file correct?indiepub/Pages/IndieAuth/Token.php
Line 67 in ed24711
The text was updated successfully, but these errors were encountered: