A/B test - Redirect to the same URL with different custom header values
Hello Team,
In our solution we use custom header to indicate API version and we need to include this header into A/B requests. So, we are trying to create AB test which will be target to the same url with different header values.
For example:
https://www.example.com/shop/checkout
headers=[api-version=1]
headers=[api-version=2]
Any idea/solution or recommendation? Thank you in advance.
Thanks
