I have a button that is performing a get to my page and adding a filter to the query string. My code applies that filter to the grid...but the user can remove/edit that fil
Use req.path
req.path
If your endpoint is http://.com/hello/there?name=john...
http://.com/hello/there?name=john
then req.path = /hello/there
/hello/there
Documetation: https://expressjs.com/en/api.html#req.path