CASS
CASS copied to clipboard
POST requests do not support simple posts with content-type application/json
The movement to busboy prohibits simple HTTP POST requests from coming in. If the header is for a form type, busboy should be used, otherwise some default datastream should be established using the full bytestream from the POST, using the content type specified.