Forum Discussion
koenning_107182
Mar 22, 2012Nimbostratus
Hi Mike,
see below
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"
}
}
Thanks
Christian