Curl-Loader questions
Status: Alpha
Brought to you by:
coroberti
From: Yossi S. <y1...@gm...> - 2011-02-27 16:08:27
|
Hi, I've been testing the tool and have a couple of questions that came due to our testing needs. In general, we need to read parameter values from external file, often more than 2 parameters. 1. When the tag FORM_STRING is used to read data from file, can you read more than 2 variables (credentials) from the file? 2. Can MULTIPART_FORM_DATA tag get data from external file? 3. Can MULTIPART_FORM_DATA/FORM_STRING tag be used with PUT request? 4. Is there a way to get paramter value for a GET request from external file? We need to construct a url request that looks like: http://www.example.com/test/authenticate?username=VALUE1&password=VALUE2&countryid=VALUE3 where VALUE1, VALUE2, and VALUE3 need to be imported from external file. Thanks, Yossi |