Is there a way to rewrite a query parameter in the route?
For example (pseudocode):
router.get('/route/:path*?queryParam=${value}', ({ proxy }) => {
proxy('origin', { path: '/route/:path*?queryParam=${newValue}' });
});
Thanks.
P.S. I wanted to add tags for this topic called caching and routing but there are no one available and I cannot create them.