BUG: No "content-type: application/json" in json on "token" endpoint resposes makes some clients fail, like "discourse" #13
Labels
bug
Something isn't working
Milestone
What steps will reproduce the problem?
Make a request to yii oauth2 endpoint
What is the expected result?
The response should has a content-type set to "application/json"
What do you get instead?
For now I've added a hack inside discourse source files
I'm thinking to add that "content-type" to Controllers & Action source files.. any hint to start?
Many Thanks!
The text was updated successfully, but these errors were encountered: