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.
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:
When a user accesses this URL:
The redirection rules will not trigger.
User can access any page of the store for current browser session.
If the site URL already had any parameter you need to add parameter by using the “&” to separate the parameter.
For Example:
https://example.com/?utm_campaign=poweredby&utm_medium=xyz&no_rule=true
Last updated