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
Copy file name to clipboardExpand all lines: v6/routes.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,8 @@ All that is left is to create the defined methods in the `MemberController` to h
96
96
97
97
There are five route types: `get`, `post`, `put`, `delete`, `any`.
98
98
99
+
! **IMPORTANT**: All none-GET requests are passed through the [CSRF check middleware](/docs/v6/csrf/) and will result in a 403 error when the nonce check fails. You can bypass the nonce check by configuring the `App\Http\Middleware\VerifyNonce` class.
100
+
99
101
### Get
100
102
101
103
The `get()` method will register a route for a GET request at a given URL path.
0 commit comments