CASS icon indicating copy to clipboard operation
CASS copied to clipboard

POST requests do not support simple posts with content-type application/json

Open Lomilar opened this issue 2 years ago • 0 comments

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.

Lomilar avatar Jan 10 '23 23:01 Lomilar