Forum Discussion

Erik_M_137433's avatar
Erik_M_137433
Icon for Nimbostratus rankNimbostratus
Feb 06, 2014

Strip User-Agent from incoming requests

I'm playing around in a lab, and I need to strip the User-Agent from incoming requests. The iRule I created goes like this:   when HTTP_REQUEST { { HTTP::header remove User-Agent } }   Howe...