Forum Discussion
PSPK
Nimbostratus
8 years agoHTTP Post - Redirect
I have a client(browser) requesting an HTTP post request to a VIP-1.
This POST request should be redirected to VIP-2 with the help of an irule.
Can this is be done?
Please help
Brad_Parker
Cirrus
8 years agoYou can use a response code 307 for that, i.e.
when HTTP_REQUEST {
if {}{
HTTP::respond 307 noserver Location "https://your.new.location/page"
}
}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