Hi Experts,
We have a web dispatcher in front our SAP systems. We would like modify the headers of HTTP request sent to these systems through the web dispatcher. We have created an action file. yet we are unable to add or remove headers.
The entry in our profile file is as follows :
icm/HTTP/mod_0 = PREFIX=/,FILE=<path for action file in web dispatcher system>/action_file.txt
in the action file we have mentioned the below entry:
RemoveHeader Referer
We have restarted the Web dispatcher once we made the changes in the action file.
However our HTTP request still appears with the header Referer in it. Kindly help us clarify if the steps to create and use an action file are correct .