-
Is there a way to dynamically transform the header based on the request |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
There's a whole Transforms infrastructure for that, though we're still working to make it more extensible (#60). Can you give an example of the transformation you want to do? |
Beta Was this translation helpful? Give feedback.
-
We have a scenario where we have a tomcat application that doesn't handle user management... so we have to create proxy that look's up the user and passes on the role to the tomcat application as a header ... |
Beta Was this translation helpful? Give feedback.
-
Check out #375 for a similar discussion. |
Beta Was this translation helpful? Give feedback.
Check out #375 for a similar discussion.