1id: http-preprocessor 2 3info: 4 name: Test Http Preprocessor 5 author: pdteam 6 severity: info 7 8http: 9 - raw: 10 - | 11 GET /?test={{randstr}} HTTP/1.1 12 Host: {{Hostname}} 13 14 matchers: 15 - type: status 16 status: 17 - 200 18