-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
For every request you extract from the API specification you create a request example. You use placeholders like:
key={string}&discount={integer->int32}
Which is fine to understand the request. However, that's not optimal when you want to send it to the repeater. Would it be possible that you add next to the "request" tab another tab called "hackvertor"? There you could then show a request which has:
key=<@random(10)>abcdefghijklmnopqrstuvwxyz<@/random>&discount=<@random_num(4)/>
Because if you have the Hackvertor extension installed from BApp, you can then send this request to the Repeater and everytime you send it, a different alphanumeric or numeric value is sent (have a look at the Logger tab).
Would that be possible?