Forum Discussion
El-Guapo_29797
Feb 01, 2014Nimbostratus
*Redirect http to https for Internet clients but not private clients*
How to Redirect all clients from http to https for Internet clients but allow http to private client IP? Following is not working properly:
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_a...
Mike_61663
Feb 03, 2014Cirrus
Maybe try adding the following logging entries to the HTTP_REQUEST section of your iRule to ensure that your source IP and redirect variable values are what you expect....
log local0. "Client IP = [IP::client_addr]\n";
log local0. "redirect variable equals $redirect\n";
Then from the cli do a "tail -f /var/log/ltm" to see the values.
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