File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
user_guide_src/source/incoming Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -814,7 +814,7 @@ Consider this URI::
814
814
815
815
example.com/index.php/helloworld/hello/1
816
816
817
- In the above example, when you send a HTTP request with **GET ** method,
817
+ In the above example, when you send an HTTP request with **GET ** method,
818
818
Auto Routing would attempt to find a controller named ``App\Controllers\Helloworld ``
819
819
and executes ``getHello() `` method with passing ``'1' `` as the first argument.
820
820
@@ -918,7 +918,7 @@ or to use :ref:`auto-routing-improved`,
918
918
Auto Routing (Legacy) feature. It is easy to create vulnerable apps where controller filters
919
919
or CSRF protection are bypassed.
920
920
921
- .. important :: Auto Routing (Legacy) routes a HTTP request with **any** HTTP method to a controller method.
921
+ .. important :: Auto Routing (Legacy) routes an HTTP request with **any** HTTP method to a controller method.
922
922
923
923
Enable Auto Routing (Legacy)
924
924
============================
You can’t perform that action at this time.
0 commit comments