Skip to content
Discussion options

You must be logged in to vote

Yes, what you need is header routing based on HeaderPrefix or Contains modes https://microsoft.github.io/reverse-proxy/articles/header-routing.html#configuration:

    "ClusterId": "cluster1",
    "Match": {
      "Path": "{**catch-all}",
      "Headers": [
        {
          "Name": "Cookie",
          "Values": [ "ap-ver=1.0" ],
          "Mode": "HeaderPrefix"
        }
      ]
    }
  }

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@iangithub
Comment options

@Tratcher
Comment options

Answer selected by karelz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants