We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89b510 commit 73c8212Copy full SHA for 73c8212
ci/docker/be-dataapp_resources/firewall.properties
@@ -1,5 +1,9 @@
1
-#Set which HTTP methods should be allowed
2
-allowedMethods=GET,POST,PUT,DELETE
+#Set which HTTP header names should be allowed (if want to allow all header names, keep it empty)
+allowedHeaderNames=
3
+#Set which values in header names should have the exact value and allowed (if want to allow any values keep it empty)
4
+allowedHeaderValues=
5
+#Set which HTTP methods should be allowed (if want to allow all header names, keep it empty)
6
+allowedMethods=GET,POST
7
#Set if a backslash "\" or a URL encoded backslash "%5C" should be allowed in the path or not
8
allowBackSlash=true
9
#Set if a slash "/" that is URL encoded "%2F" should be allowed in the path or not
0 commit comments