Hi,
I want to redirect a url using SAP webdispatcher to a different port keeping the hostname unchanged.
http://<host1>:<port1>/...
needs to be redirected to
http://<host1>:<port2>/...
Whenever PORT= field is used in icm/HTTP/redirect, HOST= field is mandatory.
In this scenario, host1 keeps changing and I cannot mention a static value for HOST= field.
Any help is highly appreciated.
icm/HTTP/redirect_0 = PREFIX=/, FROM=/sap/bc*,FOR=*:8098, HOST=?, PORT=8000
Thanks,
Sajith