Open
Description
Version
3.0.1
Reproduction link
[https://webcache.googleusercontent.com/search?q=cache:6OY0sSJqj5kJ:https://my-site.com/ &cd=1&hl=ru&ct=clnk&gl=ua](https://webcache.googleusercontent.com/search?q=cache:6OY0sSJqj5kJ:https://my-site.com/ &cd=1&hl=ru&ct=clnk&gl=ua)
Steps to reproduce
- open in google link site:my-site.com
- choose in search result "saved copy"
- you open page https://webcache.googleusercontent.com/search?q=cache:NugjVdqbLvoJ:https://my-site.com/ &cd=1&hl=ru&ct=clnk&gl=ua
- then page will redirect to https://my-site.com/search?cd=1&ct=clnk&gl=ua&hl=ru&q=cache%3A6OY0sSJqj5kJ%3Ahttps%3A%2F%2Fmy-site.com%2F%20
What is expected?
page will not redirect to the base domain
What is actually happening?
page redirected to the base domain (instead of https://webcache.googleusercontent.com/...)
- i'am trying to add something like
var router = new VueRouter({
base: window.location.pathname
...
- trying add a base tag
<base href="/">
however it's doesnt help and the page always redirects to the base domain
I found a few issues like that ("doesnt respect the " and so on), but there is no certain solutions or steps to solve the problem.
(sorry, but i don't have a permission to share my project link before release)