Advanced Filter Option
By using these Advanced Filter Options, you can tailor Akto's analysis to focus on the specific aspects of your API traffic that are most relevant to your current needs.
Use Case
Filter for successful POST and GET requests (status codes 200-299).
Steps to Configure
Go to Settings > Advanced traffic filters.
Click "Add new" to create a filter.
Enter the following YAML configuration:
Click "Save" to apply the filter.
Explanation
id
: Unique identifier for the filterresponse_code
: Filters status codes 200-299method
: Includes both POST and GET requests
This filter will only allow traffic that meets all specified conditions. For more details on advanced filtering options, visit API Selection Filters.
Last updated