Forum Discussion
Peter_L_71637
Oct 14, 2013Nimbostratus
Rewrite HTTPS URL
Hi,
Is there anyone who can help me with the following problem?
My internal server is configured to access a URL: https://sample.domain.com/soap/
There is no possibility to change the above URL ...
- Oct 14, 2013
section from reply above. To change the URI, you can have the VIP iRule change that before your forward out. If the server does not respond to redirects like a browser:
when HTTP_REQUEST { if { [HTTP::uri] equals "/soap" } { HTTP::uri "/soap/test" } }
Oct 14, 2013
You can just use a HTTP Class profile on your https Virtual Server and define the Host (sample.domain.com) and URI (/soap) with an action of redirect to your new URL (https://sample.domain.com/soap/test/).
- Peter_L_71637Oct 14, 2013NimbostratusUnfortunately HTTP Class profile is not supported anymore on 11.4.0. I found KB http://support.f5.com/kb/en-us/solutions/public/14000/300/sol14381.html Thank you for the reply
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects