Hi I looked through the apparent documentation and configuration options but wanted to confirm if Satellite can rewrite URL requests as it proxies a request.
Example:
- Stager sends a request to satellite for
/content
- Satellite proxies requests for
/content to another endpoint but also rewrites the request to /other
Currently it seems Satellite can only append or redirect without modification.
Thanks in advance.