Forum Discussion
Sean_Gray_14855
Apr 29, 2014Nimbostratus
Redirect and Referer in iRules
Hi everyone,
I've got what I'm sure is a very simple problem. I am deprecating a URL and for a period of time want to do a 301 redirect and insert a "Referer" value on the redirected traffic so I ...
What_Lies_Bene1
Apr 29, 2014Cirrostratus
You are trying to insert the header into the inbound request and then send the 301 which obviously won't work. Try this instead.
when HTTP_REQUEST {
HTTP::respond 301 Location "https://bar.com[HTTP::uri]" Referer "foo.bar.com"
}
Also note your "'s seem slightly wrong, have you pasted from MS Word or something? I've corrected them above.
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