node_acl icon indicating copy to clipboard operation
node_acl copied to clipboard

Query parameters in the request do not match any route

Open axmad22 opened this issue 8 years ago • 2 comments

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

axmad22 avatar Dec 27 '16 23:12 axmad22

I have used regular expressions to solve this.

pnakibar avatar Jan 03 '17 13:01 pnakibar

@pnakibar

I have used regular expressions to solve this.

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

gajananbhat avatar Feb 23 '19 08:02 gajananbhat