Forum Discussion
Musafir_133935
Nimbostratus
Oct 01, 2013Users are not able to edit the web page on web server while traffic passes through the Load Balancer
Hi,
While we access the URL from Load Balancer, the users are not able to edit the web page. bypassing the loadbalancer works well.
When the user connects to the virtiual server they are au...
Musafir_133935
Nimbostratus
Oct 13, 2013Hi Kevin,
I have used foollowing I Rule but seems that its not working. The first page itself is not opening.
Example which replaces http:// with https:// in response content Prevents server compression in responses
when HTTP_REQUEST {
#Disable the stream filter for all requests
STREAM::disable
#LTM does not uncompress response content, so if the server has compression enabled
#and it cannot be disabled on the server, we can prevent the server from
#sending a compressed response by removing the compression offerings from the client
HTTP::header remove "Accept-Encoding"
}
when HTTP_RESPONSE {
#Check if response type is text
if {[HTTP::header value Content-Type] contains "text"}{
#Replace http:// with https://
STREAM::expression {@http://@https://@}
#Enable the stream filter for this response only
STREAM::enable
}
}
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