Hi, I'd like to propose a new flag for FetchSM that'd allow making HTTP requests for other servers without remap rules regardless of ATS configuration (proxy.config.url_remap.remap_required).
The motivation is actually not enabling plugins to do the above. The code on master uses FetchSM for OCSP requests, and I had to add a way to skip remap for it. The API change (the new flag) is a by-product of the change for OCSP requests. The details are in the PR. https://github.com/apache/trafficserver/pull/10146 Thanks, Masakazu