Https web API that receives files

Hi,
How can I create an API over https (with certificate) that receives a csv/xml file from an external source? This API should be called only with valid credentials (username and password).

Thanks

There is a demo in the flows library that will get you started...
https://flows.nodered.org/flow/c70d0b4c54b583cf30c7e989b74feb68
...You dont necessarily need the frontend stuff (you can remove it).


As for https/certs - search the forum (this has been covered a few times) - here is one such article

As for "credentials (username and password)" see the official documentation "securing-node-red"

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.