nuclei/integration_tests/http/disable-path-automerge.yaml
Ramana Reddy 7997e8dbec
Fix edge cases disable-path-automerge (#4035)
* fix edge cases for disable-path-automerge

* misc update
2023-08-10 19:28:05 +05:30

21 lines
319 B
YAML

id: test
info:
name: test
author: pdteam
severity: info
http:
- raw:
- |
GET /api/v1/test?id=123 HTTP/1.1
Host: {{Hostname}}
- |
GET HTTP/1.1
Host: {{Hostname}}
disable-path-automerge: true
matchers:
- type: status
status:
- 200