{"section":"known-issues","requestedLocale":"en","requestedSlug":"request-routing-is-inconsistent-when-running-ab-tests","locale":"en","slug":"request-routing-is-inconsistent-when-running-ab-tests","path":"docs/en/known-issues/Store Framework/request-routing-is-inconsistent-when-running-ab-tests.md","branch":"main","content":"## Summary\n\n\nStore navigation HTTP requests do not honor the workspace selection cookie during the session. In fact, during a single session, a user can receive responses from all workspaces being tested.\n\n## Simulation\n\n1. Create an A/B test in your store using the VTEX IO CLI\n2. Open the \"Application\" tab in Chrome DevTools (or equivalent in your browser)\n    1. Navigate through the store and clear your `VtexWorkspace` cookie after every click\n    2. You should see values change eventually, even though the session cookie did not change\n3. Open the \"Network\" tab in Chrome DevTools (or equivalent in your browser)\n    1. Navigate through the store and observe the HTTP requests that are made\n    2. You should see that the `workspace` query string is set to different values throughout the session\n\n## Workaround\n\nThere is no workaround available. A/B testing is not recommended and their results should not be considered correct until this Known Issue is fixed."}