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
Express 4.x+ answer: res.redirect(req.path)
res.redirect(req.path)