feat: fp on iis-shortname.yaml
parent
011f171678
commit
6ed710c858
|
@ -25,7 +25,7 @@ http:
|
||||||
Origin: {{BaseURL}}
|
Origin: {{BaseURL}}
|
||||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
|
||||||
- |
|
- |
|
||||||
GET /*~1*/a.aspx' HTTP/1.1
|
GET /*~1*/a.aspx HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
Origin: {{BaseURL}}
|
Origin: {{BaseURL}}
|
||||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
|
||||||
|
@ -35,7 +35,7 @@ http:
|
||||||
Origin: {{BaseURL}}
|
Origin: {{BaseURL}}
|
||||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
|
||||||
- |
|
- |
|
||||||
OPTIONS /*~1*/a.aspx' HTTP/1.1
|
OPTIONS /*~1*/a.aspx HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
Origin: {{BaseURL}}
|
Origin: {{BaseURL}}
|
||||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
|
||||||
|
@ -44,4 +44,4 @@ http:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- "status_code_1!=404 && status_code_2 == 404 || status_code_3 != 404 && status_code_4 == 404"
|
- "status_code_1!=404 && status_code_2 == 404 || status_code_3 != 404 && status_code_4 == 404"
|
||||||
# digest: 4a0a0047304502203ead208e8734bc93932ce5161465801e18f3df07bb3e0a9d5b4ffd6f5dc8fa36022100b6781d0b7f1c1e6e5215899614f159a1546c8839d4a8005211f7684550070bfd:922c64590222798bb761d5b6d8e72950
|
# digest: 4a0a0047304502203ead208e8734bc93932ce5161465801e18f3df07bb3e0a9d5b4ffd6f5dc8fa36022100b6781d0b7f1c1e6e5215899614f159a1546c8839d4a8005211f7684550070bfd:922c64590222798bb761d5b6d8e72950
|
||||||
|
|
Loading…
Reference in New Issue