Forum Discussion
Vivek_Padale_16
Nimbostratus
Aug 13, 2014I want to redirection from 302 to 301 through irule
Hello,
I want to do redirection from 302 to 301. for that i am using the below irule.
when HTTP_REQUEST { HTTP::respond 301 "Location" "http://[HTTP::host][HTTP::uri]" }
I want to know...
nitass_89166
Noctilucent
Aug 16, 2014So as per the irule, when user types the URL in the browser will he get the 301 response?
yes. what nathan is asking is why you redirect to the exact same url.
// config
root@(ve11a)(cfg-sync In Sync)(Active)(/Common)(tmos) list ltm virtual bar
ltm virtual bar {
destination 172.28.24.10:80
ip-protocol tcp
mask 255.255.255.255
profiles {
http { }
tcp { }
}
rules {
qux
}
source 0.0.0.0/0
vs-index 65
}
root@(ve11a)(cfg-sync In Sync)(Active)(/Common)(tmos) list ltm rule qux
ltm rule qux {
when HTTP_REQUEST {
HTTP::respond 301 "Location" "http://[HTTP::host][HTTP::uri]"
}
}
// test
[root@ve11a:Active:In Sync] config curl -I http://172.28.24.10/something
HTTP/1.0 301 Moved Permanently
Location: http://172.28.24.10/something
Server: BigIP
Connection: Keep-Alive
Content-Length: 0
- lorvainJun 05, 2015
Nimbostratus
Hi, is it possible to personnalize header : "Server: BigIP" ? thanks - nitass_89166Jun 05, 2015
Noctilucent
Why Irules add Server Header in HTTP::respond and HTTP::redirect https://devcentral.f5.com/s/feed/0D51T00006j3E1QSAU
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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