Hi Brian, i am not sure how to read: "This API does not process cookies or redirect calls" Does it mean that when you setup a variant which does an uri redirect, that it doesn't show up in the API response?
Hi, I am looking for ways to implement redirect offers in our SSR layer. The goal is to get/pre-fetch the knowledge about the redirects on the server already so we don't load any other stuff in the client browsers before the redirect happens. Ideally we pre fetch all redirects for that session, but ...