Forum Discussion
Sherif_El_Kinaw
Nimbostratus
Mar 22, 2006WebDAV connection
Hi Guys,
I am new to F5 products and have been trying to setup big-IP LTM to do SSL Termination to a server running IIS6 WebDAV to create shared folders. I am attempting to use an iRule I ...
Sherif_El_Kinaw
Nimbostratus
Apr 02, 2006sorry for the delay, the i-rule i'm using is out of the Sharepoint deployment guide.here it is:
when HTTP_RESPONSE {
if { [HTTP::header Content-Length] > 0 } {
set clen [HTTP::header "Content-Length"]
} else {
set clen 4294967295
}
HTTP::collect $clen
}
when HTTP_RESPONSE_DATA {
set find "http://"
set replace "https://"
set payload [HTTP::payload]
if {[regsub -all $find $payload $replace new_response] > 0} {
HTTP::payload replace 0 [HTTP::payload length] $new_response
HTTP::header replace "Content-Length" [string bytelength $new_response]
}
}
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