Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
12 Points
8 Posts
Mar 17, 2012 04:26 PM|LINK
Hello All,
I wanted to know if there was an easy way to make the user' POST action redirect to the HTTPS version of a site. So for example a user goes to http://www.omegusprime.com/Request/ABC and fills out a form. How can I make the SUBMIT button post to https://www.omegusprime.com/Request/ABC?
I'm aware of the RequireHttpsAttribute, but that does not affect how the Html.BeginForm() behaves.
rashadrivera...
Member
12 Points
8 Posts
How to change POST to SSL URL in MVC 4
Mar 17, 2012 04:26 PM|LINK
Hello All,
I wanted to know if there was an easy way to make the user' POST action redirect to the HTTPS version of a site. So for example a user goes to http://www.omegusprime.com/Request/ABC and fills out a form. How can I make the SUBMIT button post to https://www.omegusprime.com/Request/ABC?
I'm aware of the RequireHttpsAttribute, but that does not affect how the Html.BeginForm() behaves.
rashadrivera_AT_omegusprime.com