How this template works
APIs Selection
The API selection filters in this template specify the criteria for selecting the APIs to be tested. In this case, the filters include the response code range (greater than or equal to 200 and less than 300) and the extraction of the URL variable.
Execute request
The execute section defines the type of request to be executed and provides instructions for modifying the URL. In this template, a single request is executed, and the URL is modified using the extracted URL variable.
Validation
The validation section specifies the criteria for validating the response. It includes checking the response code range and ensuring that the response headers do not contain the key "Content-Type". This helps identify the vulnerability of missing Content-Type header.