I am working on Spree eCommerce in rails and using CAS for single sign-on.
After login using cas i am using request.referer to redirect it on the previous page but its not working for Internet Explorer.
In Internet Explorer its redirecting me to home page of my app.
I am working on Spree eCommerce in rails and using CAS for single sign-on.
Share
IE doesn’t send the referer header in certain situations. Microsoft has a support article which covers this.