Forum Discussion
Redirect request to backend without change in the URI
Hi,
I have a URL:
https://www.mydomain.com/generic/
and what we would like is to send all requests starting with /generic to the /clientX:
https://backend.server.com/clientX/
also any succeeding resource after /generic/ will be sent to /clientX/ example:
-- /generic/foo/bar --> /clientX/foo/bar
-- /generic/some/where --> /clientX/some/where
etc...
and as well.. keep the client URI stays in /generic/XXXXX
where XXXXX depends on the requested URI.. example:
https://www.mydomain.com/generic/ -- backend request goes to https://backend.server.com/clientX/ -- while client sees "https://www.mydomain.com/generic/" on his address bar example:
** https://www.mydomain.com/generic/foo/bar -- backend request goes to https://backend.server.com/clientX/foo/bar -- while client sees "https://www.mydomain.com/generic/foo/bar" on his address bar
Thank you,
- JeromeM
Nimbostratus
currently I was able to make /generic/ work but not /generic/content/image.file
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com