pass file in a POST call

Hi All,

There has been some discussion in past about the possibility to send file via a POST call. I’m refereeing to a thread in the forum here (How to pass a file with node POST (using with a RESTful API))

Has there been any update in this regards? or someone manage to find a workaround?

I could use a python script to send the file via POST call, however the problem is that Restfull service I’m working with requires token based authentication and python script node doesn’t support credentials variable. It is essential for me to use credential node as the workflow will be used by others and they might not supposed to see the Token as raw string.

Best,

Bilal