You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.
Because of the way the middleware layering is currently implemented, sending a malformed JSON body to a specific result throws an exception at the bodyParser middleware and gets caught and returned as an error with the generic key. Ideally, we'd only attempt parsing on the methods that allow JSON bodies and return a specific key.
The text was updated successfully, but these errors were encountered:
Because of the way the middleware layering is currently implemented, sending a malformed JSON body to a specific result throws an exception at the
bodyParser
middleware and gets caught and returned as an error with thegeneric
key. Ideally, we'd only attempt parsing on the methods that allow JSON bodies and return a specific key.The text was updated successfully, but these errors were encountered: