Forum Discussion

1 Reply

  • Hi engtmk,

     

     

    Here is a post with what mcurole said worked for them (Click here).

     

     

    In your original post, you mentioned "we need the Irule to resubmit the post without getting 100-continue errors". HTTP 100 responses aren't an error. The idea is that the client sends the POST request without data first, the server responds with a 100 continue and then the client sends the data. 100-continues can be useful to allow the app to validate the credentials for a request before the client spends the time sending the data. Are you needing to replicate this behavior in an iRule?

     

     

    Aaron