post and upload_file
Status: Alpha
Brought to you by:
coroberti
From: Johny B. <lyd...@gm...> - 2013-05-19 15:35:13
|
Hello, I want to do POST + send body content from file (SOAP request). When i set: REQUEST_TYPE=POST UPLOAD_FILE=./myfile.txt Then curl-loader changes request type to PUT, and doesnt do POST with contents of file. How is possible to do such requests in curl-loader? Thanks in advance, J. |