| Name |
Example |
the name shown in program |
| QueryParam |
query |
tells program with which GET/POST parameter to bind data |
|
query=link: |
sometimes part of the value can be inserted as well |
| InsertEqualSign |
1 |
if set to 1 this will add a = after QueryParam |
| UrlEncodePS |
0 |
if set to 1 this will replace %20 with + in encoded query data |
| Search |
http://search.example.com/results.aspx?query=&config=10 |
program uses QueryParam to insert data in path |
|
http://search.example.com/results.aspx?config=10 |
program adds QueryParam parameter and data to path |
| SubmitPost |
0 |
if set to 1, program will convert request from GET to POST |