Prevent links From MS Office from redirecting to your login page
When a user clicks a link from a Word document to your site, it sends a different cookie than your browser already has and will cause annoying redirects that shouldn’t occur if the user is already logged in. We fixed this by building a simple rack middleware gem.
Post a comment