aspnetcore/test
Ryan Nowak ac107b5371 Make IsRequestValid check HTTP method
This code was popping up everywhere this method is called. Seems bad to
duplicate it. Really what the caller wants to know is 'is the request
valid or a potential CSRF exploit?'. This gets the API closer to that.
2016-02-12 16:52:25 -08:00
..
Microsoft.AspNetCore.Antiforgery.FunctionalTests
Microsoft.AspNetCore.Antiforgery.Test Make IsRequestValid check HTTP method 2016-02-12 16:52:25 -08:00