cancel
Showing results for 
Search instead for 
Did you mean: 

sap web dispetcher redirect option

Former Member
0 Kudos

Dear all

I have SRM system and sap web dispatcher. When i try redirect external adress to internal using sap wd i face with issue "Can not display this page"

My actions.

1) Add profile parameter to SAP WD:

icm/HTTP/redirect_1 = PREFIX=/, FROM=123.12345.ru, FROMPROT=http, FOR=123.12345*, TO=/sap/bc/nwbc, PROT=https, HOST=123.12345.ru, PORT=port_number

AND i add entry to file hosts on my windows pc like this :

<wd_ip.addr> 123.12345.ru

Please tell me where is the mistake?

Accepted Solutions (0)

Answers (2)

Answers (2)

isaias_freitas
Advisor
Advisor
0 Kudos

Hello,

"FROM" is a URL prefix, not a hostname.

You can read the documentation of the parameter icm/HTTP/redirect_X for more details.

Regards,

Isaías

nthsol
Participant
0 Kudos

Hey Albert,

have you checked if you can call the page directly without using the redirect?
To make sure there is no firewall or networking issue.

It looks as if you want to redirect everything maybe try this:

PREFIX=/,FROM=*,FROMPROT=http,PROT=https,HOST=123.12345.ru,PORT=port_number


KR,
Niklas