Jaspreetgurm
Oct 17, 2021Altocumulus
images is not loading correctly
Images is not loading the page sitting behind F5 LTM
see error below.
Virtual server is setup with 2 pool memebers.
SSL offloading profile is setup on LTM
below irule also configured.
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/gamification" } {
HTTP::uri [string map -nocase {"/gamification" ""} [HTTP::uri]]
}
}
can someone help on this.