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
Using the 1.0.1 MVC package I can access /Test, submit and get the successful response. However, if I use the 1.1.0 package I get a 400 Bad Request when submitting the form
Am i missing something or did this behavior actually change?
I have the following test application with a global filter for anti-forgery token validation and then a validation bypass on a specific action method:
Startup
Controller
Index view
Using the 1.0.1 MVC package I can access
/Test, submit and get the successful response. However, if I use the 1.1.0 package I get a400 Bad Requestwhen submitting the formAm i missing something or did this behavior actually change?