You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the header `X-Forwarded-Trusted-Proxy` if the request is forwarded by a trusted proxy. The value is `true` if the request is forwarded by a trusted proxy, otherwise `null`.
11573
+
11574
+
The forwarded parser detects forgery attempts and if the incoming request contains this header, it will be removed from the request.
11575
+
11576
+
The `X-Forwarded-Trusted-Proxy` header is a custom header, not part of the standard `Forwarded` header.
Adds the header `X-Forwarded-Trusted-Proxy` if the request is forwarded by a trusted proxy. The value is `true` if the request is forwarded by a trusted proxy, otherwise `null`.
12956
+
12957
+
The forwarded parser detects forgery attempts and if the incoming request contains this header, it will be removed from the request.
12958
+
12959
+
The `X-Forwarded-Trusted-Proxy` header is a custom header, not part of the standard `Forwarded` header.
Adds the header `X-Forwarded-Trusted-Proxy` if the request is forwarded by a trusted proxy. The value is `true` if the request is forwarded by a trusted proxy, otherwise `null`.
2911
+
2912
+
The forwarded parser detects forgery attempts and if the incoming request contains this header, it will be removed from the request.
2913
+
2914
+
The `X-Forwarded-Trusted-Proxy` header is a custom header, not part of the standard `Forwarded` header.
Adds the header `X-Forwarded-Trusted-Proxy` if the request is forwarded by a trusted proxy. The value is `true` if the request is forwarded by a trusted proxy, otherwise `null`.
1275
+
1276
+
The forwarded parser detects forgery attempts and if the incoming request contains this header, it will be removed from the request.
1277
+
1278
+
The `X-Forwarded-Trusted-Proxy` header is a custom header, not part of the standard `Forwarded` header.
0 commit comments