Forum Discussion
Andrew_Bretten_
Nimbostratus
Oct 29, 2006payload replace fails against content from .jsp ?
I have the following iRule appled to a virtual server
when HTTP_RESPONSE_DATA {
set find "http://"
set replace "https://"
set payload [HTTP::payload]
if {[regsub ...
hoolio
Cirrostratus
Oct 29, 2006If you want to replace http with https in the HTTP content, try using the stream profile. It's simpler and should be much faster than using regsub and HTTP::payload.
Try searching the forum for stream to find a few detailed posts on using the stream profile.
Aaron
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