neuroforgede / nfcompose

Build REST APIs/Integrations in minutes instead of hours - NF Compose is a (data) integration platform that allows developers to define REST APIs in seconds instead of hours. Generated REST APIs are backed by postgres and support automatic consumer webhook notifications on data changes out of the box.
Mozilla Public License 2.0
33 stars 3 forks source link

compose_cli does not handle mime type in file uploads properly #46

Closed s4ke closed 1 year ago

s4ke commented 1 year ago

... at least when doing requests that refer to local files. We should change it so that it forwards the filename with it. This way the mime type resolution will work properly when reading from the api.

s4ke commented 1 year ago

see https://stackoverflow.com/a/22567429/1020792 - we need to forward/detect the mime type better