Forum Discussion

milo's avatar
milo
Icon for Nimbostratus rankNimbostratus
Jul 11, 2014

Forward the POST from a form action to a different pool

I'm working with a web application that receives requests over ports 80 and 11111. I would like to use one virtual server with an access policy using Forms SSO. The login request is a 302 sent after the GET / over port 80. The login POST needs to be sent to the server over port 11111. Since the F5 is sending the POST, using the URI selection in HTTP_REQUEST event doesn't trigger. Is there a way to forward the POST from the F5 to a non-default pool?

 

2 Replies

  • Tricky one, could you create an irule to log for these two events : HTTP_REQUEST_RELEASE HTTP_REQUEST_SEND

     

    maybe the sso POST will appear in one of them, and them you could change the node selected ?

     

  • kunjan's avatar
    kunjan
    Icon for Nimbostratus rankNimbostratus

    Not very clear what you are trying to do. Do you have access policy created with 'Logon Page'? Are you trying to do APM+LTM, where you will access the application pool upon access policy completion?