JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.92k stars 386 forks source link

Can I change the request parameters when running test use siege #39

Open winnywind opened 8 years ago

winnywind commented 8 years ago

Can I change the request parameters when running test use siege?

For example, normally my urllist.txt will like this: http://127.0.0.1/test POST < params.txt

And my params.txt may like this: {"name": "Winny"}

Now my problem is how can I change the value of name when running my test?