shadyabhi opened a new issue, #9609: URL: https://github.com/apache/trafficserver/issues/9609
There are a lot of other URL normalizations a proxy can support, but personally, for our use-case, we're only interested in merging duplicate slashes. To give more clarity on what's required, here are docs from HAproxy around this. HAproxy: https://docs.haproxy.org/dev/configuration.html#http-request%20normalize-uri%20path-merge-slashes Implementation: https://github.com/haproxy/haproxy/commit/d371e99d1c64744b906a5c9970b8a7d35bf08ae8 Original URL: https://domain.com/abc//def Normalized URL before fetching from origin: https://domain.com/abc/def -- 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]
