1id: basic-get-case-insensitive 2 3info: 4 name: Basic GET Request 5 author: pdteam 6 severity: info 7 8http: 9 - method: GET 10 path: 11 - "{{BaseURL}}" 12 matchers: 13 - type: word 14 case-insensitive: true 15 words: 16 - "ThIS is TEsT MAtcHEr TExT" 17 18