Mvc Redirect with IIS and Request Verification Token
Posted
by zsharp
on Stack Overflow
See other posts from Stack Overflow
or by zsharp
Published on 2010-03-27T01:53:43Z
Indexed on
2010/03/27
2:03 UTC
Read the original article
Hit count: 376
ASP.NET
|asp.net-mvc
I am using IIS 7 rewrite to redirect certain pages to https. It seems that my post from such a page fails because i have Request Verification token attribute on the controller. Is this expected behavior or do I have something configured incorrectly? what to do to get around this? works fine without the https redirect.
© Stack Overflow or respective owner