Routing based on header #7781
Answered
by
dndx
kaustubhsharma-009
asked this question in
Help
Routing based on header
#7781
-
Hi all, |
Beta Was this translation helpful? Give feedback.
Answered by
dndx
Sep 1, 2021
Replies: 1 comment
-
Hello @kaustubhsharma-009, You should probably give a look at the https://docs.konghq.com/gateway-oss/2.5.x/admin-api/#add-route For more complex use cases, you may want to refer to the Route by header plugin that is available as part of our enterprise offering. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
javierguerragiraldez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @kaustubhsharma-009,
You should probably give a look at the
headers
field of theRoute
object of Kong for simple route by header use cases:https://docs.konghq.com/gateway-oss/2.5.x/admin-api/#add-route
For more complex use cases, you may want to refer to the Route by header plugin that is available as part of our enterprise offering.