Forum Discussion

Ian_Amos_37833's avatar
Ian_Amos_37833
Icon for Nimbostratus rankNimbostratus
Dec 20, 2007

HTTP::status

 

Hello,

 

 

 

using an iRule, is it possible to change the HTTP::status value of a server response? i.e. the actual server is responding 304 Not Modified, but I want the Virtual Server to respond with a 200 OK..

 

1 Reply

  • You can't change the response status with HTTP::status, but you can send back your own response and status using HTTP::respond (Click here).

     

     

    Can you give more detail on when you want to change the response code?

     

     

    Aaron