In express.js, can I use res.redirect
while performing masking.
Example, my app is at http://example.com
. I want http://example.com/test
to redirect to http://google.com
while keeping the URL as http://example.com/test
.
In other words, the user sees google's landing-page while URL == http://example.com/test
.