Files
nuclei/integration_tests/protocols/http/disable-http-cache.yaml
Dwi Siswanto 2ae9ce5324 test: add HTTP cache integration tests
Signed-off-by: Dwi Siswanto <git@dw1.io>
2026-01-21 15:26:36 +07:00

24 lines
441 B
YAML

id: disable-http-cache
info:
name: Disable HTTP Cache Test
author: dwisiswant0
severity: info
description: Tests if disable-http-cache works as expected
tags: test
requests:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
- |
GET / HTTP/1.1
Host: {{Hostname}}
disable-http-cache: true
matchers:
- type: dsl
dsl:
- body_1 == "1"
- body_2 == "2"