Bypass the Redirection
This feature allows you to prevent the redirection for a browser session, for this you need to add a bypass parameter in the URL while accessing the store.
What is a Bypass URL Parameter?
A bypass parameter is a query string added to a URL to prevent the app's redirection rules from being triggered. When the app detects the specified parameter in the URL, it skips the redirection process for that particular request.
?no_rule=true
How to use Bypass parameter
When you access your store then you need to simply add Bypass parameter in the URL at last position.
For example:
https://example.com?no_rule=true
When a user accesses this URL:
The redirection rules will not trigger.
User can access any page of the store for current browser session.
Last updated