Forum Discussion
jafar_39850
Nimbostratus
Jun 16, 2008HTTP - HTTPS Redirection POST Content
OK, http to https redirection for our site works.
Here's the iRule code:
when HTTP_REQUEST {
HTTP::redirect https://[getfield [HTTP::host] ":" 1][HTTP::uri]
}
Now...
Manuel_Gabaldon
Nimbostratus
Jun 16, 2008Unfortunately that's correct, the POST gets lost when being redirected. That's the correct behavior of the HTTP protocol and your browser.
You've got two options:
- Bypass the redirection when a POST is detected
- Store the POST request, and insert it on the new request. It can be tricky, but we can try.
I'd be glad to help you on this issue if you want.
Regards.
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