-
Hi, The examples we found were: If we understand correctly, the K8s Service is Layer 3 / 4 and cannot check cookies/headers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
YARP is a layer 7 HTTP proxy, everything is processed on a per-request basis, so you do have access to headers. |
Beta Was this translation helpful? Give feedback.
YARP is a layer 7 HTTP proxy, everything is processed on a per-request basis, so you do have access to headers.