For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Gerald_Meese's avatar
Jan 18, 2018

iRule - Do HTTP::redirect while preserving the POST method

Hello, I'm using the following iRule to do a redirect to a specific URI : when HTTP_REQUEST { if {[HTTP::uri] starts_with "/internalURI"} { set logindata [b64encode "username:password"] ...