1. First of all, there is a page A, the request to enter page An is a get (the framework uses laravel)
2.A page has a form, and the request method through ajax, is post
3. Question:
if the request to enter the POST of page An is not processed in the route, is there any better way to add a route to the Post request?