bneradt commented on issue #12632: URL: https://github.com/apache/trafficserver/issues/12632#issuecomment-3487160760
I believe the issue is with your remap config. In your case, you seem to want ATS to function as a forward proxy: https://docs.trafficserver.apache.org/en/latest/admin-guide/configuration/transparent-forward-proxying.en.html Can you try adding this: ``` CONFIG proxy.config.url_remap.remap_required INT 0 ``` Then remove your remap.config entries and retry the traffic? -- 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]
