Forum Discussion
MikeB_61012
Mar 22, 2012Nimbostratus
Need Assistance creating a HTTP Redirect
I am new to writing IRules, and I cannot get an IRule to work. I have downloaded the IRule editor, but it is not helping me resolve what my problem is. I believe it is just my syntax. Could someone please let me know what I have written incorrectly?
when HTTP_REQUEST { if { [HTTP::host] eq https://dev11i.kci1.com:13003/servl...OTAInbound } { HTTP::redirect "https://dev11i.kci1.com:13003/webservices/ECXOTAInbound" } }
- koenning_107182NimbostratusHi Mike,
when HTTP_REQUEST { if { [HTTP::host] eq "dev11i.kci1.com" and [HTTP::uri] eq "/servlets/oracle.apps.ecx.oxta.ECXOTAInbound" } { HTTP::redirect "https://dev11i.kci1.com:13003/webservices/ECXOTAInbound" } }
- MikeB_61012NimbostratusKoenning,
- hooleylistCirrostratusCan you test from LTM using curl to see what you're getting back?
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