Forum Discussion

Sergio99's avatar
Sergio99
Icon for Nimbostratus rankNimbostratus
Dec 10, 2019

Simple Message - irule

I need to display a message "This is a Test Environment" when a user hits a virtual server. Is there an irule that is already created that I can use?

1 Reply

  • Hi Sergio99,

    If you want to show message in client browser, you can use this iRule.

    when HTTP_REQUEST {
        HTTP::respond 200 Content "This is a Test Environment"
    }