Code Monkey home page Code Monkey logo

Comments (8)

ekryski avatar ekryski commented on July 22, 2024

I'm pretty sure the feathers-rest adapters (request, jquery, etc.) already do this. That note is more for when people are using POSTman or curl. If not then would you be up for submitting a PR?

from feathers-rest.

daffl avatar daffl commented on July 22, 2024

It seems to be a pretty common mistake to forget to set the Accept header when trying out the API so it might be confusing to get HTML back. I don't think it would be a big change to default to application/json when it isn't set.

from feathers-rest.

ekryski avatar ekryski commented on July 22, 2024

Ya I can fix it in the error handler. I already did it in the feathers-authentication middleware.

from feathers-rest.

HaNdTriX avatar HaNdTriX commented on July 22, 2024

The feathers-rest Adapter sets theContent-Type to application/json, but not the Accept header.

from feathers-rest.

ekryski avatar ekryski commented on July 22, 2024

@HaNdTriX what I was getting at is that I think some of the adapters already do set it jQuery and request I think do this themselves but you are right we are probably better off setting them explicitly ourselves.

I'm also updating the error-handler to return errors as JSON by default.

from feathers-rest.

ekryski avatar ekryski commented on July 22, 2024

FYI I've pushed [email protected] that now responds with JSON by default and will work if you provide an Accept or Content-Type header, or both.

from feathers-rest.

HaNdTriX avatar HaNdTriX commented on July 22, 2024

Thanks! Works like a charm!
FYI: I was using superagent which doesn't set the Accept header.

from feathers-rest.

ekryski avatar ekryski commented on July 22, 2024

I've created an issue for superagent. #29

from feathers-rest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.