How do I disable browsers default Redirect caching behavior using node.js?
I'm writing some code to Redirect http to https using 308 Permanent Redirect, using Location response header but I noticed if i change the location href browser still redirect to the old href I assigned earlier. How do I disable this behavior?