You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when i visit that same URL in ie11 (version 11.0.9600.17728), it stays HTTP. I have a devise ajax login on this page, so it then tries to post to HTTP which causes issues. Whats really odd, and frustrating is that seems isolated to specific IE version
IE9: works
IE10: works
IE11: version 11.0.9600.17728 DOES NOT WORK
IE11: version 11.0.9600.17420 works!
Am I doing something wrong here or is this a bug
The text was updated successfully, but these errors were encountered:
On rails4.2.1 and the latest rack-ssl-enforcer.
This my setup, in application.rb
When i use chrome, and visit mydomain.com/account/sign_in it forwards to HTTPS https://mydomain.com/account/sign_in properly.
However, when i visit that same URL in ie11 (version 11.0.9600.17728), it stays HTTP. I have a devise ajax login on this page, so it then tries to post to HTTP which causes issues. Whats really odd, and frustrating is that seems isolated to specific IE version
IE9: works
IE10: works
IE11: version 11.0.9600.17728 DOES NOT WORK
IE11: version 11.0.9600.17420 works!
Am I doing something wrong here or is this a bug
The text was updated successfully, but these errors were encountered: