Jon Buckley
Jon Buckley
I did some testing with the GitHub API and found that they do not do validation and/or lookups on OPTIONS requests: `curl -i -X OPTIONS https://api.github.com/users/octocat/orgs` returns HTTP/1.1 204 No...
@cadecairos I agree that changing the status code to a 204 makes sense but I think the reason we _shouldn't_ do validation on the server in the OPTIONS request is...
I like the sounds of that. It even has specifications for [errors](http://jsonapi.org/format/#errors)!