Forum Discussion
redirects with get / post
- Sep 04, 2013
It get redirected to a GET request
First, thank you all for your help, Still having trouble understanding. Below is the exact irule from the LTM, other comments are from the Web Developer. Im in the middle F5 Admin and the HTTP Developer says it fails the Post. So help me to bridge the gap. Lets startover.. Kevin, let me give you the current iRule, below. Richard, Boneyard, are your comments for me of http developer?
when HTTP_REQUEST { if { ([string tolower [HTTP::host]]) contains "unitynet.mysite.com" } { switch -glob -- [string tolower [HTTP::uri]] { "akcelerantws.asmx" { HTTP::redirect "https://webservices.mysite.com/Unity/Akcelerantws.asmx" } "credispherewsv2.asmx" { HTTP::redirect "http://webservices.mysite.com/Unity/CrediSphereWSV2.asmx" } "interfaceservice.asmx" { HTTP::redirect "https://webservices.mysite.com/Unity/InterfaceService.asmx" } ::"meridianlinkws.asmx" { HTTP::redirect "https://webservices.mysite.com/Unity[HTTP::uri]" } "unitysailws.asmx" { HTTP::redirect "https://webservices.mysite.com/Unity/UnitySAILWS.asmx"
} "unityweblet.asmx" { HTTP::redirect "https://webservices.mysite.com/Unity/UnityWeblet.asmx"
} "weblet.asmx" { HTTP::redirect "https://webservices.mysite.com/Unity/UnityWeblet.asmx" } } } }
Recent Discussions
Related Content
* 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