martinezgarciadavid commented on issue #8639: URL: https://github.com/apache/trafficserver/issues/8639#issuecomment-1027724756
Thanks a lot, @mlibbey, the Match-all is what we needed. The explanation was a little bit tricky because the scenery is very special and particular. What we basically want to do is make the proxy to serve any request from the client: those for content we serve and also for other content external to us (for instance, if the client wants to retrieve an Internet reachable webpage or content, such as GitHub). We wanted to accomplish this with just one remap rule, because otherwise our `remap.config` file would contain a lot of rules which would be less maintainable and scalable for us. The purpose of our scenery is to validate some concepts and make tests. We were looking at the documentation of the regex remap plugin, but it doesn't do what we needed. However, I see it interesting for our further development. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
