Forum Discussion
HTTP and HTTPS VIPs
http has "Default Persistence Profilemultiple" actually not sure what that mean. Also has redirect rule and some iRule not sure what that means
when HTTP_REQUEST { if {[HTTP::cookie "__utma"] ne ""} { Replace the last Set-Cookie header value with the same value and ; HttpOnly appended
HTTP::header replace Set-Cookie "[HTTP::header Set-Cookie]; HttpOnly" } }
when HTTP_RESPONSE { if {[HTTP::cookie "cookie_name"] ne ""} { Replace the last Set-Cookie header value with the same value and ; HttpOnly appended
HTTP::header replace Set-Cookie "[HTTP::header Set-Cookie]; HttpOnly" }
}
just got info from web server guys that performance issue should be because of pictures that sends out not compressed now, because of load balancer miss configuration.
they are saying i need bypass images, have any ideas what can be done toward that ?
thanks for help
- RaghavendraSYOct 04, 2017
Altostratus
I feel you need to open a ticket with F5 vendor for your requirement. It seems to be little weird one.
- aandreyy_293459Oct 04, 2017
Nimbostratus
for me looks like simple task now :) I believe when iRule "HTTP::header remove Accept-Encoding" disable encoding and need enable back. Can i be right?
- aandreyy_293459Oct 04, 2017
Nimbostratus
by the way just started reading/looking, but maybe someone can advice how to do that?
Recent Discussions
Related Content
* 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