Forum Discussion
Peter_L_71637
Nimbostratus
12 years agoRewrite 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 ...
- 12 years ago
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" } }
12 years ago
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_7163712 years ago
Nimbostratus
Unfortunately 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