I have the following Setup:
- One Application Gateway with WAF V2.
- Two backend pools (say Backend1 and Backend2).
- Both backends have same Application but with different version (Say V1 and V2).
I want the following scenarios to work:
- If a request coming to Application Gateway from client device had V1's info in its header, then the request should be forwarded to Backend1.
- If a request coming to Application Gateway from client device had V2's info in its header, then the request should be forwarded to Backend2.
Your help will be highly appreciate.
Note: I don't want port based backend forwarding of requests.