Closed jetaix closed 4 years ago
How can I avoid a redirect on my localhost in order to execute my e2e test in local without a ssl certificat ?
I'm trying some trick like: redirectSSL.create({ exclude: ['localhost'] })
redirectSSL.create({ exclude: ['localhost'] })
Hi @jetaix You are doing it right! The option exclude is for that :smile:
exclude
We will update the documentation if the user wanted to disable redirection on localhost.
How can I avoid a redirect on my localhost in order to execute my e2e test in local without a ssl certificat ?
I'm trying some trick like:
redirectSSL.create({ exclude: ['localhost'] })