OptimalBits / node_acl

Access control lists for node applications
2.62k stars 369 forks source link

Query parameters in the request do not match any route #224

Open axmad22 opened 7 years ago

axmad22 commented 7 years ago

Query parameters in the request how are they mapped to a route EX: a request like so /api/books?page=1 using a GET method to a route in express-js like so /api/books/ Do i have to use regular expression on the resources for the Allow Great module by the way thanks

pnakibar commented 7 years ago

I have used regular expressions to solve this.

gajananbhat commented 5 years ago

@pnakibar

I have used regular expressions to solve this.

What kind of regex did you use? Mine is not working.