https://bz.apache.org/bugzilla/show_bug.cgi?id=69944
Bug ID: 69944
Summary: Proxypassmatch with trailing slashes
Product: Apache httpd-2
Version: 2.4.65
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I want to remove trailing slashes from incoming requests and append a query
parameter using canon, and then forward the same normalized request to the
backend using ProxyPassMatch directive
Example:
Request:
https://<ip>/base/uri/v1/////
When this reaches the Apache web server, it should:
Remove the extra trailing slashes from the URI, and
Append ?query=name to the same URI before proxying it to the backend.
expecting as a http://<ip>/v1?query=name, strip out the /base/uri and send
/v1?query=name to backend
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]