用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
test-example-projects/c_projects/19wnuster/tests/test-http-send-name-hdr.cfg

33 lines
777 B

# Test Rewriting Host header
global
maxconn 100
defaults
mode http
timeout client 10000
timeout server 10000
timeout connect 10000
balance roundrobin
listen send-name-silo-id
bind :8001
# Set the test conditions: Add a new header
http-send-name-header X-Silo-Id
server srv-silo1 127.0.0.1:8080
# Add headers containing the correct values for test verification
reqadd X-test-server-name-header:\ X-Silo-Id
reqadd X-test-server-name-value:\ srv-silo1
listen send-name-host
bind :8002
# Set the test conditions: Replace an existing header
http-send-name-header host
server srv-host 127.0.0.1:8080
# Add headers containing the correct values for test verification
reqadd X-test-server-name-header:\ Host
reqadd X-test-server-name-value:\ srv-host