Difference between revisions of "Terraform aws lb: drop invalid header fields"
Jump to navigation
Jump to search
m (Welcome moved page Drop invalid header fields to Drop invalid header fields in Terraform resource aws lb) |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | * https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#drop_invalid_header_fields | |
− | drop_invalid_header_fields (Optional) Whether HTTP headers with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type application. | + | <code>drop_invalid_header_fields</code> (Optional) Whether [[HTTP headers]] with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type application. |
+ | == Related == | ||
+ | * <code>[[alb-http-drop-invalid-header-enabled]]</code> | ||
+ | * <code>[[Datadog: Application Load Balancers should be configured to drop HTTP headers]]</code> | ||
+ | * [[AWS ALB]]: <code>[[alb.ingress.kubernetes.io]]/load-balancer-attributes: routing.http.drop_invalid_header_fields.enabled=true</code> | ||
+ | * <code>[[FailedBuildModel]]</code> | ||
− | + | == See also == | |
+ | * {{aws_lb}} | ||
+ | * {{HTTP Header}} | ||
+ | * {{HTTP headers}} | ||
− | + | ||
+ | [[Category:AWS]] |
Latest revision as of 09:52, 9 July 2024
drop_invalid_header_fields
(Optional) Whether HTTP headers with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type application.
Related[edit]
alb-http-drop-invalid-header-enabled
Datadog: Application Load Balancers should be configured to drop HTTP headers
- AWS ALB:
alb.ingress.kubernetes.io/load-balancer-attributes: routing.http.drop_invalid_header_fields.enabled=true
FailedBuildModel
See also[edit]
Advertising: