Forum Discussion
houstonrob
Nimbostratus
Jan 19, 2016Sharepoint: Change GET to POST
We recently changed our Sharepoint environment to https. Naturally, we have a http->https redirect just in case someone tries to hit it on port 80. We also have a number of workflows that Sharepoint ...
Brad_Parker
Cirrus
Jan 19, 2016If you write your iRule that is doing the http to https redirect to use a 307 rather than a 301 or 302 the POST will be maintained in the redirect.
when HTTP_REQUEST {
HTTP::respond 307 noserver Location "https://[HTTP::host][HTTP::uri]"
}
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