1👍
To post the contents of a file with curl, you need to prefix the file name with @. So:
curl -X POST -d @5022_4qa.xml http...
Source:stackexchange.com
1👍
To post the contents of a file with curl, you need to prefix the file name with @. So:
curl -X POST -d @5022_4qa.xml http...