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"] ...