Forum Discussion

taro_107756's avatar
taro_107756
Icon for Nimbostratus rankNimbostratus
Apr 16, 2007

Is it possible to return an apologetic page with GIF files?

Is it possible to return an apologetic page with GIF files from LTM, when all pool members have stopped? (Not to use HTTP 302 Redirect. Because I don't want to use additional server for apologetic page.)

1 Reply

  • Hello,

     

     

    If you are on 9.2.5+ or 9.4, then you can use the HTTP::respond command to send binary content. Here's the detail on the CRs that made this possible:

     

     

    SOL6877

     

    Click here

     

     

    And here is a post with an example of how to send a binary response:

     

    Click here

     

     

    Aaron