cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP redirect done by ICF ?

Former Member
0 Kudos

Hello,

I need to redirect a URL like:

http://server:80

to a different URL like:

http://server:8000/whatever/

Is this easily possible via the SAP ICF?

Or does it require extensive ABAP-coding?

Regards,

Thomas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Thomas,

I doubt you can use ICF for this (ICF knows nothing about 80 port - port of your initial page). However you can use Web server (IIS, Apache) capabilities (that installed on your 80 port) if it's just simple redirection. Or you can check IISProxy(not support by SAP anymore) or SPNego for more sophisticated redirection.

Regards,

Mike