Forum Discussion

RSpangler_17032's avatar
RSpangler_17032
Icon for Nimbostratus rankNimbostratus
Feb 23, 2017

pause

Hello,

 

I want to display a message via the iRule but this message should be displayed for ~10 Sec before the iRule continues to process the request.

 

[code] HTTP::respond 200 content { Message

 

    Site Message



This is a message


    for any questions, please contact us...

} end of content block [/code]

 

Is there a way to insert a 10 sec pause after the above message is displayed so that the client has time to read the message before they are taken to the site?

 

Thank you.