Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use: This plugin can be used where a dynamic string is present within the Left boundary, and a static right boundary.

 

Algorithm:

  1. Based on the above example, the plugin will search all the responses and will try to find the pattern with LB as {"name":"@@@,"csrf":" and RB as "} where @@@ is a dynamic string.

  2. Next, plugin will save all the occurrence and create variables as DynamicVar_1, DynamicVar_2 and so on.

  3. Then plugin will search for the extracted values in the request contents and will replace it with the respective variable names.

  4. Finally, the unused Variables will be deleted.

Note: All the steps mentioned above will happen once user clicks on ‘Execute Plug-In’.

...