NationalBankBelgium / REST-API-Design-Guide

NBB's REST-ish API Design Guide
Other
804 stars 152 forks source link

File upload #7

Open dsebastien opened 7 years ago

dsebastien commented 7 years ago

Points yet to clarify:

We currently recommend using the application/octet-stream as Content-Type and not necessarily specifying the charset (i.e., letting it default to us-ascii. Our reasoning is that in many cases, there should not be any interpretation of the content and it should be saved as is.

Although we need to check this regarding security.