Closed sebsel closed 3 years ago
Definitely a bug because I didn’t read the Accept specification carefully. I was working under the assumption that the Accept
header would be included on all requests, but you made a request without it. In this case, Accept: */*
should be implied.
For */*
(which means form encoding and JSON are equally accepted) we default to JSON, though I would love it to default form encoding (see #12).
Seems like we have no default response type at this moment. Is there something to default to?
When I send this:
I get the following response: