Forum Discussion
Shane_Benting_5
Nimbostratus
May 23, 2008Rewriting POST Data
I have an application where we offloaded the SSL onto the LTM. The client will initially do a GET to pull a WSDL and we rewrite the response via a stream profile so the URL sent to the client is https...
hoolio
Cirrostratus
May 26, 2008How about a stream filter for the request as well (Click here)?
when HTTP_REQUEST {
Disable the stream filter by default
STREAM::disable
Check if request is a POST
if {[HTTP::method] eq "POST"}{
Replace https references with http
STREAM::expression "@https://www.example.com@http://www.example.com@"
Enable the stream filter for this request only
STREAM::enable
}
}
Aaron
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