Forum Discussion
Yozzer
Dec 13, 2010Nimbostratus
Search payload and redirect to payload value
Hi
I need some help with the irule below. I want to search for a POST data name 'Relay" and then check its value and then redirect the POST to the Relay value . Relay could have a few diff...
Yozzer
Dec 13, 2010Nimbostratus
Thanks Aaron,
Relay may already contain https://test.com/test2/login.aspx so i would redirect if it contained a value:
when HTTP_REQUEST_DATA {
set relay [URI::decode [URI::query "?[HTTP::payload]" Relay]]
if {$relay contains "/test2/"}{
HTTP::redirect "https://test.com/test2/login.aspx"
if {$relay contains "/test3/"}{
HTTP::redirect "https://test.com/test3/login.aspx"
}
}
}
Would this work?
Thanks
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects