No commit activity in last 3 years
No release in over 3 years
Fixes an obscure issue with redirects that happens with IE and SSL
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

IE Redirect Fix

This is a Rack middleware that fixes an IE issue related to redirects that occurs when all of the following are true:

  1. Your loadbalancer is taking care of SSL and the Rails (or other) app thinks it's running straight HTTP
  2. Your loadbalancer rewrites the Location header HTTP 302 responses to an https address, but doesn't rewrite the message body as well.
  3. Your app includes multipart forms that submit with a file uploaded and then redirect with a 302