Quantcast
Channel: SCN: Message List - SAP NetWeaver Administrator
Viewing all articles
Browse latest Browse all 8487

Re: Web Dispatcher - Modification handler - Define IF-Statements

$
0
0

Hello,

 

Not necessarily.

I believe that something like the below should work (notice I changed the order of the conditions).

 

 

if %{HTTP_HOST} regimatch <host>.* [and]

   if %{PATH} regimatch "^/<name of page>" [or]

   if %{REMOTE_ADDR} regimatch ^<ip1>.* [or]

   if %{REMOTE_ADDR} regimatch ^<ip2>.* [or]

   if %{REMOTE_ADDR} regimatch ^<ip3>.*

SetHeader x-sap-webdisp-target-sid <ID> [break]

 

 

Regards,

Isaías


Viewing all articles
Browse latest Browse all 8487

Trending Articles