You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that this configuration is true by default, so if you haven't explicitly set it yourself, it's likely enabled.
The URL Tracker's behaviour with trailing slashes is linked to this configuration. You may be able to work around this issue by disabling trailing slashes. That would be a quick fix for you.
Example =
redirect: "/sample"
destination: "https://www.sample.com/page.html"
Result =
destination: "https://www.sample.com/page.html/"
The destination server doesn't like this and throws an exception.
The text was updated successfully, but these errors were encountered: