swisnl / json-api-server

Set up a JSON API in Laravel in just a few minutes.
MIT License
105 stars 18 forks source link

Server should allow using the `Accept` header in requests #13

Closed bbrala closed 5 years ago

bbrala commented 5 years ago

As per specification, the server should allow using the Accept header in requests.

Added test for Accept header and added header to the middleware check.

Fixes issue #12