Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Wink Thread: How to make routes case insensitive
Post: RE: How to make routes case insensitive

In system/Router/RouteCollection.php on Line no: 84   After protected $autoRoute = true; Add>     /**      * Whether to ignore case sensitive in URI.      *       * Not used here. Pass-thru value...
5,248 Views
4 Replies
03-28-2021, 12:21 PM
UzairAli001
    Thread: How to make routes case insensitive
Post: RE: How to make routes case insensitive

Never mind, I've implemented a function on $routes to ignore case; $routes->setIgnoreCaseSensitive(true);
5,248 Views
4 Replies
03-27-2021, 12:16 PM
UzairAli001
  Brick Thread: How to make routes case insensitive
Post: How to make routes case insensitive

I've create API on CI4 and set all the routes then found out that all routes are case sensitive though I want to ignore case and match either way, how do I do it? This should be routed with  www.m...
5,248 Views
4 Replies
03-26-2021, 11:20 AM
UzairAli001

Theme © iAndrew 2016 - Forum software by © MyBB