Forum Discussion

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"
    }