Skip to content

[FEATURE] add insertion_point_base_key to skip some parameters #240

Description

What is the problem you are trying to solve?

We may not need to test all parameters and need to skip some special parameters, such as: cookie=, action=

How are you currently being hindered by this problem?

Currently, there is only this variable insertion_point_base_value for give insert point

How would you like this problem to be solved?

I suggest adding this variable to represent the parameter name insertion_point_base_key

Any additional details?

The effect I want to achieve is as follows

given query or body insertion point then
    if {base.request.url.path} matches ".*api.*" then
        if not({insertion_point_base_key} matches "(cookie|action|token)") then
	        if {insertion_point_base_value} matches "^\d+$" then
			    send payload called one_quote:
			        appending: {addition}
	        end if
	end if 
    end if

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions