MIF_E31222691/app/Http/Middleware
Michaël Lecerf 70d516b7ce Prevent TokenMismatchException for HTTP OPTIONS requests
`OPTIONS` HTTP requests should be treated in the same way than `GET` requests by the `VerifyCsrfToken` middleware. Otherwise, an exception is thrown, thus preventing any `OPTIONS` route to work.
2014-11-05 13:09:12 +01:00
..
Authenticated.php Rename auth middlewares. 2014-10-20 16:46:56 -05:00
AuthenticatedWithBasicAuth.php Rename auth middlewares. 2014-10-20 16:46:56 -05:00
IsGuest.php Update middleware. 2014-10-20 16:45:39 -05:00
UnderMaintenance.php Update middleware. 2014-10-20 16:45:39 -05:00
VerifyCsrfToken.php Prevent TokenMismatchException for HTTP OPTIONS requests 2014-11-05 13:09:12 +01:00