requirehttps Questions

5

Solved

I've read thru many of the questions on ASP.NET MVC [RequireHttps] - but can't find the answer to this question: How do you make the [RequireHttps] attribute switch the url to https if it was not...
Photima asked 27/3, 2011 at 4:31

3

Solved

I am using the RequireHttps attribute on most of the actions in my User controller which handles the login and my secure https pages. On my Home Page which is http I have a link to my login page a...
Promissory asked 27/2, 2013 at 17:35

3

Solved

Once you place [RequireHttps] on an action and user switches from HTTP to HTTPS, all subsequent links will stay HTTPS... Is there a way to switch back to HTTP ?
Dion asked 20/2, 2012 at 22:8

2

Solved

I have an ASP MVC 3 website that has a Feedback form and should require SSL. Now, I have an action called Feedback inside a controller called 'ContactUs' that is responsible for viewing and proces...
Mcvey asked 15/3, 2012 at 12:26

1

Solved

First deployment to AppHarbor today. After some initial work getting it to build, I successfully deployed an MVC3 app. There is a problem with using the RequireHttpsAttribute though. I noticed at...
Christiansand asked 23/1, 2012 at 18:28
1

© 2022 - 2024 — McMap. All rights reserved.