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" } }