Forum Discussion
mikeshermanit_2
Feb 17, 2017Nimbostratus
iRule not adding www (only in chrome)
I have two VS one that is listening on 80 and the other on 443.
There's an iRule applied to the 80 VS called "redirectSecureURI" which is basically referencing a data group list that has a bunch...
Hannes_Rapp
Feb 17, 2017Nimbostratus
Try appending
Connection Close
to your HTTP respond statement. Chrome/Chromium has has their own mechanics when it comes to handling of TCP connections.
HTTP::respond 301 Location "http://www.[HTTP::host][HTTP::uri]" Connection Close
Alternatively, if you have 2 iRules which handle HTTP redirects, are you not triggering TCL multiple redirect/response violation? (Check /var/log/ltm). If that's your problem, also add in a
event disable
function, just one line below your HTTP::respond
function.
Note that to give a try with this new config, you must close your browser and start with a new Window. A new Tab will not suffice.
Good luck
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