Forum Discussion

mcaballe_135435's avatar
mcaballe_135435
Icon for Nimbostratus rankNimbostratus
Jun 19, 2014

Collecting headers and body for both Request and Response

Im needing to create an iRule that collects/clones the headers and body for both the Request (POST) and Response. I then need to modify the uri and send to a clone pool. The application in the clone pool is expecting a POST /ids/sink HTTP/1.1 header. I thought I could do HTTP::collect and HTTP::payload but it only works for the request and will not work for the response. Is there a workaround to this?