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
Sounds about right. And the error message could be better. Will check on the content type first, since throwing on the wrong content-type could break some extension cases...
Yep.
Funny thing is when you try to set a random header, the message is pretty clear, and more than that, says that i must to use application/vnd.api+json or application/json:
The JSONAPI spec says:
Harvester is failing when the supposed header is sent:
The result:
Changing the
Content-type
toapplication/json
works just fine.The inconsistency here is Harvester (or Fortune) are not following the spec IMHO.
The text was updated successfully, but these errors were encountered: