REGTESTS: http-rules: add accept-invalid-http-request for normalize-uri tests

We'll soon block the '#' by default so let's prepare the test to continue
to work.
This commit is contained in:
Willy Tarreau 2023-08-08 19:52:45 +02:00
parent d93a00861d
commit 069d0e221e
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,7 @@ haproxy h1 -conf {
frontend fe_fragment_strip
bind "fd@${fe_fragment_strip}"
option accept-invalid-http-request
http-request set-var(txn.before) url
http-request normalize-uri fragment-strip
@ -139,6 +140,7 @@ haproxy h1 -conf {
frontend fe_fragment_encode
bind "fd@${fe_fragment_encode}"
option accept-invalid-http-request
http-request set-var(txn.before) url
http-request normalize-uri fragment-encode