-
I'm trying to proxy a WebApp that has very strict header length restrictions. Even when setting Is there a way to completely disable sending this header? I tried to create a header override rule, but it gets ignored:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There isn't a way to disable sending the header completely. If you wanted, you could comment out/remove the code that adds the header, then recompile Teleport: teleport/lib/srv/app/transport.go Lines 180 to 181 in c6a5f26 |
Beta Was this translation helpful? Give feedback.
There isn't a way to disable sending the header completely. If you wanted, you could comment out/remove the code that adds the header, then recompile Teleport:
teleport/lib/srv/app/transport.go
Lines 180 to 181 in c6a5f26