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" } }
nathe
Oct 14, 2013Cirrocumulus
Peter,
The replacement to HTTP Class profile in 11.4.x is the local traffic policy. See Local Traffic - Policies - Policy List. Assign this to the VS as you would've done for a http class profile.
Hope this helps, N
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