18-Mar-2020 13:09
Hi.
I added a irule with stream profile default on the virtual server, however, the application display 60f on the TOP the web browser, the configuration on the irule is:
when HTTP_REQUEST {
if { [HTTP::path] eq "/" } {
HTTP::redirect "http://prueba.com.mx/prueba_prueba/prueba/prueba.jsp"
}
else {
STREAM::disable
}
}
when HTTP_RESPONSE {
if { [HTTP::header value Content-Type] contains "text"} {
STREAM::expression "@ServerIpAddress=10.10.5.2:8080@ServerIpAddress=prueba.com.mx@"
STREAM::enable
}
else {
STREAM::disable
}
}
you have idea of the problem, thanks for advanced
18-Mar-2020 13:21
In order to help, more information is needed. What is the application, since "60f" is an application related error.
Overall, the iRule is straight-forward in functionality.
-I see that you are running Apache 2.4.39
18-Mar-2020 16:06
Hi Shaun, the application is Tomcat, i find the problem, when configure a virtual server with a stream profile and http analytics profile, appear the string 60f on the top of web browser, you have idea why this happens?
18-Mar-2020 19:05
Would you be able to post a screen capture as a reply, using the paperclip? --You can crop the area that shows the "60f".
-Being that you are using Tomcat, the application seems to be more than just a 443 webpage, requiring a few more details to how the application works.
15-Apr-2020 06:24
I've just ran into the same issue - disconnecting the web_analytics profile from the virtual server fixed it. Not quite sure yet what caused it, but here are some details of my system, in case it helps anyone else;
If I find out anything else, I'll update this post.
10-Sep-2020 08:52
Hi everyone, i opened support case and they told me to change the value of the variable avr.cspm.inject.location of "at_the_end" to "after_head", i applied of command tmsh modify sys db avr.cspm.inject.location { value after_head } and its works