Path: blob/dev/integration_tests/protocols/http/raw-cookie-reuse.yaml
2070 views
id: cookiereuse-raw-example1info:2name: Test Cookie Reuse RAW Template3author: pdteam4severity: info56http:7- raw:8- |9POST / HTTP/1.110Host: {{Hostname}}11Origin: {{BaseURL}}12Connection: close13Content-Type: application/x-www-form-urlencoded14Content-Length: 115User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)16Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.817Accept-Language: en-US,en;q=0.91819testing=parameter20- |21GET / HTTP/1.122Host: {{Hostname}}23Origin: {{BaseURL}}24Connection: close25User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)26Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.827Accept-Language: en-US,en;q=0.92829matchers:30- type: word31words:32- "Test is test-cookie-reuse matcher text"3334