github.com/avenga/couper@v1.12.2/server/testdata/integration/form_params/03_couper.hcl (about) 1 server "form-params-in-proxy" { 2 error_file = "./../server_error.html" 3 4 endpoint "/" { 5 proxy { 6 backend = "anything" 7 8 remove_form_params = ["x"] 9 } 10 } 11 } 12 13 definitions { 14 backend "anything" { 15 path = "/anything" 16 origin = env.COUPER_TEST_BACKEND_ADDR 17 } 18 }