I didn't find anywhere on the web how can I replace command with parameters from a local file with parameters from an external url file:
curl -d @filename.txtexample.com - this is actual working
curl -d @example.net/filename.txtexample.com - this is not working
I can't find anywhere a solution like this. :(
Help!
Thank you.