Quantcast
Channel: Express BodyParser responds with Bad Request, Status 400? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by sam100rav for Express BodyParser responds with Bad Request, Status...

I'd suggest you check your data before converting it into json, for whether it is already json or not. See this answer for checking json.

View Article



Answer by robertklep for Express BodyParser responds with Bad Request, Status...

It sounds like about 1/3 of the time, your data isn't an object or an array (but perhaps a single number or string, or null or undefined).Even though JSON.stringify will handle those types, they don't...

View Article

Express BodyParser responds with Bad Request, Status 400?

I'm using Node + ExpressI use the following function to fetch some json from the server: $.ajax({ url: url, contentType: "application/json", dataType: "json", type: "POST", data: JSON.stringify( data...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images