> Could you achieve the same result my making proxy.config.url_remap.remap_required overridable?
No, I don't think I can take that approach for OCSP requests. Can we know which requests are from FetchSM and made by ATS core for OCSP requests? If it's just that a plugin wants to decide whether a request can skip remapping regardless of its origin, it's already possible by using TSSkipRemappingSet or TS_HTTP_CNTL_SKIP_REMAPPING. But if plugin X makes a request by FetchSM and plugin Y makes the decision for remapping, it's impossible to skip remap unless there is some coordination between plugin X and Y. On Sun, Aug 6, 2023 at 6:57 PM James Peach <jpe...@apache.org> wrote: > > > > On 4 Aug 2023, at 1:45 am, Masakazu Kitajo <m4s...@gmail.com> wrote: > > > > 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). > > > Could you achieve the same result my making > proxy.config.url_remap.remap_required overridable? > >