Forum Discussion
redirects with get / post
- Sep 04, 2013
It get redirected to a GET request
the basic issue is that you can't redirect (HTTP 3xx) a POST request, that is simply how redirects were designed.
the iRule that Richard mentions uses a trick to still be able to get the POST data through. it builds a piece of javascript that will take the information from the POST and send it again when the page loads.
if you want to include this into your code you could include the HTTP_REQUEST section completely. add a HTTP_REQUEST_DATA section and build a similar switch statement for the different POST urls based on URI.
Recent Discussions
Related Content
* 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